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 993e318 commit 0e42757Copy full SHA for 0e42757
1 file changed
pyproject.toml
@@ -153,20 +153,12 @@ line-length = 120
153
select = ["ALL"]
154
ignore = [
155
"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
163
"E501", # line-too-long
164
"PYI064", # redundant-final-literal
165
"S101", # assert
166
"S301", # suspicious-pickle-usage
167
"S311", # suspicious-non-cryptographic-random-usage
168
"SLF001", # private-member-access
169
- "W191", # tab-indentation
170
]
171
[tool.ruff.lint.per-file-ignores]
172
"**/{tests}/*" = [
0 commit comments