We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8918ae7 + 5a3085d commit db51332Copy full SHA for db51332
docs/config.md
@@ -20,4 +20,8 @@ no_colors = false
20
ignore = []
21
# --ignore-categories: categories of mypy errors to ignore, e.g. "note" or "call-arg"
22
ignore_categories = []
23
+# --sort-baseline: sort the baseline file
24
+sort_baseline = false
25
+# --default-branch: default git branch name
26
+default_branch = ''
27
```
0 commit comments