Skip to content

Commit 0e42757

Browse files
committed
Remove unnecessary Ruff ignores
Ignores no longer needed, likely due to the convention being provided
1 parent 993e318 commit 0e42757

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pyproject.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,20 +153,12 @@ line-length = 120
153153
select = ["ALL"]
154154
ignore = [
155155
"COM", # flake8-commas
156-
"D203", # one-blank-line-before-class
157-
"D204", # one-blank-line-after-class
158-
"D213", # multi-line-summary-second-line
159-
"D407", # dashed-underline-after-section
160-
"D408", # section-underline-after-name
161-
"D409", # section-underline-matches-section-length
162-
"D206", # indent-with-spaces
163156
"E501", # line-too-long
164157
"PYI064", # redundant-final-literal
165158
"S101", # assert
166159
"S301", # suspicious-pickle-usage
167160
"S311", # suspicious-non-cryptographic-random-usage
168161
"SLF001", # private-member-access
169-
"W191", # tab-indentation
170162
]
171163
[tool.ruff.lint.per-file-ignores]
172164
"**/{tests}/*" = [

0 commit comments

Comments
 (0)