Skip to content

Commit db51332

Browse files
authored
Merge pull request #26 from wouterdb/add_sort_baseline_to_docs
Add the --sort-baseline option to the docs
2 parents 8918ae7 + 5a3085d commit db51332

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/config.md

+4
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ no_colors = false
2020
ignore = []
2121
# --ignore-categories: categories of mypy errors to ignore, e.g. "note" or "call-arg"
2222
ignore_categories = []
23+
# --sort-baseline: sort the baseline file
24+
sort_baseline = false
25+
# --default-branch: default git branch name
26+
default_branch = ''
2327
```

0 commit comments

Comments
 (0)