Skip to content

Commit a103b74

Browse files
Trim unnecessary ruff ignore rules (#492)
1 parent 082e26a commit a103b74

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
@@ -98,17 +98,6 @@ explicit-preview-rules = true
9898
select = ["A", "E", "W", "F", "C", "N", "D", "I", "CPY001"]
9999
ignore = [
100100
"D107", # Ignore D107 Missing docstring in __init__
101-
"D203", # Ignore D203 1 blank line required before class docstring
102-
"D204", # Ignore D204 1 blank line required after class docstring
103-
"D213", # Ignore D213 Multi-line docstring summary should start at the second line
104-
"D215", # Ignore D215 Section underline is over-indented
105-
"D400", # Ignore D400 First line should end with a period
106-
"D404", # Ignore D404 First word of the docstring should not be "This"
107-
"D406", # Ignore D406 Section name should end with a newline
108-
"D407", # Ignore D407 Missing dashed underline after section
109-
"D408", # Ignore D408 Section underline should be in the line following section's name
110-
"D409", # Ignore D409 Section underline should match the length of its name
111-
"D413", # Ignore D413 Missing blank line after last section
112101
"E501", # Ignore E501 Line too long
113102
]
114103

0 commit comments

Comments
 (0)