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 = [
214
214
" D212" , # `multi-line-summary-first-line` (D212) and `multi-line-summary-second-line` (D213) are incompatible
215
215
" S104" , # Possible binding to all interfaces
216
216
" CPY" , # no copyright notices
217
+ " DOC" , # no support for restructuredtext
217
218
]
218
219
per-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
221
222
" INP001" , # no implicit namespace
222
223
" D" , # don't care about documentation in tests
223
224
" S603" , # `subprocess` call: check for execution of untrusted input
You can’t perform that action at this time.
0 commit comments