Skip to content

Commit 0b01e5c

Browse files
Trim unnecessary ruff ignore rules (#468)
1 parent 00881dd commit 0b01e5c

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pyproject.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -97,17 +97,6 @@ explicit-preview-rules = true
9797
select = ["A", "E", "W", "F", "C", "N", "D", "I", "CPY001"]
9898
ignore = [
9999
"D107", # Ignore D107 Missing docstring in __init__
100-
"D203", # Ignore D203 1 blank line required before class docstring
101-
"D204", # Ignore D204 1 blank line required after class docstring
102-
"D213", # Ignore D213 Multi-line docstring summary should start at the second line
103-
"D215", # Ignore D215 Section underline is over-indented
104-
"D400", # Ignore D400 First line should end with a period
105-
"D404", # Ignore D404 First word of the docstring should not be "This"
106-
"D406", # Ignore D406 Section name should end with a newline
107-
"D407", # Ignore D407 Missing dashed underline after section
108-
"D408", # Ignore D408 Section underline should be in the line following section's name
109-
"D409", # Ignore D409 Section underline should match the length of its name
110-
"D413", # Ignore D413 Missing blank line after last section
111100
"E501", # Ignore E501 Line too long
112101
]
113102

0 commit comments

Comments
 (0)