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 4420510 commit afa96a6Copy full SHA for afa96a6
pyproject.toml
@@ -500,9 +500,10 @@ lint.ignore = [
500
"E711", # "none-comparison", # E711 FIXFOR171
501
"W293", # blank line contains whitespaace FIXFOR171
502
"UP018", # FIXFOR171 unnecessary int call
503
- "W293", # FIXFOR171 trailing whitespace
+ "W291", # FIXFOR171 trailing whitespace
504
"I001", # FIXFOR171 import block is unsorted or unformatted
505
"D204", # FIXFOR171 blank line required after class docstring
506
+ "D413", # FIXFOR171 missing blank line after last section
507
508
# Generic
509
"D202", # No blank lines allowed after function docstring
0 commit comments