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
129
129
130
130
[tool .doc8 ]
131
131
ignore = [
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
134
134
]
135
135
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
-
143
136
[tool .mypy ]
144
137
ignore_missing_imports = true
145
138
show_error_codes = true
@@ -155,6 +148,7 @@ ignore = [
155
148
" A001" , # It's fine to shadow builtins
156
149
" A002" ,
157
150
" A003" ,
151
+ " A005" ,
158
152
" ARG" , # This is all wrong whenever an interface is involved
159
153
" ANN" , # Just let the type checker do this
160
154
" 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