File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -129,17 +129,10 @@ skip_covered = true
129129
130130[tool .doc8 ]
131131ignore = [
132- " D000" , # see PyCQA/doc8#125
133- " D001" , # one sentence per line, so max length doesn't make sense
132+ " D000" , # see PyCQA/doc8#125
133+ " D001" , # one sentence per line, so max length doesn't make sense
134134]
135135
136- [tool .isort ]
137- combine_as_imports = true
138- ensure_newline_before_comments = true
139- from_first = true
140- include_trailing_comma = true
141- multi_line_output = 3
142-
143136[tool .mypy ]
144137ignore_missing_imports = true
145138show_error_codes = true
@@ -155,6 +148,7 @@ ignore = [
155148 " A001" , # It's fine to shadow builtins
156149 " A002" ,
157150 " A003" ,
151+ " A005" ,
158152 " ARG" , # This is all wrong whenever an interface is involved
159153 " ANN" , # Just let the type checker do this
160154 " B006" , # Mutable arguments require care but are OK if you don't abuse them
You can’t perform that action at this time.
0 commit comments