Skip to content

Commit 49a89ef

Browse files
committed
Update README.rst
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 4851532 commit 49a89ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
]
218219
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
221222
"INP001", # no implicit namespace
222223
"D", # don't care about documentation in tests
223224
"S603", # `subprocess` call: check for execution of untrusted input

0 commit comments

Comments
 (0)