We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c9d70 commit 4420510Copy full SHA for 4420510
pyproject.toml
@@ -498,6 +498,11 @@ lint.ignore = [
498
"UP031", # "printf-string-formatting", # UP031 FIXFOR171
499
"UP047", # "non-pep695-generic-function", # UP047 FIXFOR171
500
"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
506
507
# Generic
508
"D202", # No blank lines allowed after function docstring
0 commit comments