File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,11 @@ ignore = [
214214 " D212" , # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
215215 " S104" , # Possible binding to all interfaces
216216 " CPY" , # no copyright notices
217+ " DOC" , # no support for restructuredtext
217218]
218219per-file-ignores."tests/**/*.py" = [
219- " S101" , # asserts allowed in tests...
220- " FBT" , # don" t care about booleans as positional arguments in tests
220+ " S101" , # asserts allowed in tests
221+ " FBT" , # don' t care about booleans as positional arguments in tests
221222 " INP001" , # no implicit namespace
222223 " D" , # don't care about documentation in tests
223224 " S603" , # `subprocess` call: check for execution of untrusted input
You can’t perform that action at this time.
0 commit comments