Skip to content

Commit 4420510

Browse files
committed
Add more ruff ignores
1 parent 28c9d70 commit 4420510

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,11 @@ lint.ignore = [
498498
"UP031", # "printf-string-formatting", # UP031 FIXFOR171
499499
"UP047", # "non-pep695-generic-function", # UP047 FIXFOR171
500500
"E711", # "none-comparison", # E711 FIXFOR171
501+
"W293", # blank line contains whitespaace FIXFOR171
502+
"UP018", # FIXFOR171 unnecessary int call
503+
"W293", # FIXFOR171 trailing whitespace
504+
"I001", # FIXFOR171 import block is unsorted or unformatted
505+
"D204", # FIXFOR171 blank line required after class docstring
501506

502507
# Generic
503508
"D202", # No blank lines allowed after function docstring

0 commit comments

Comments
 (0)