Skip to content

Commit 5a3085d

Browse files
authored
fix config option names
1 parent baf0940 commit 5a3085d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ignore = []
2121
# --ignore-categories: categories of mypy errors to ignore, e.g. "note" or "call-arg"
2222
ignore_categories = []
2323
# --sort-baseline: sort the baseline file
24-
sort-baseline = false
24+
sort_baseline = false
2525
# --default-branch: default git branch name
26-
default-branch = ''
26+
default_branch = ''
2727
```

0 commit comments

Comments
 (0)