Skip to content

Commit afa96a6

Browse files
committed
Typo ruff ignores
1 parent 4420510 commit afa96a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,9 +500,10 @@ lint.ignore = [
500500
"E711", # "none-comparison", # E711 FIXFOR171
501501
"W293", # blank line contains whitespaace FIXFOR171
502502
"UP018", # FIXFOR171 unnecessary int call
503-
"W293", # FIXFOR171 trailing whitespace
503+
"W291", # FIXFOR171 trailing whitespace
504504
"I001", # FIXFOR171 import block is unsorted or unformatted
505505
"D204", # FIXFOR171 blank line required after class docstring
506+
"D413", # FIXFOR171 missing blank line after last section
506507

507508
# Generic
508509
"D202", # No blank lines allowed after function docstring

0 commit comments

Comments
 (0)