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 267edd1 commit a4c5e41Copy full SHA for a4c5e41
pyproject.toml
@@ -172,17 +172,6 @@ select = ["ALL"]
172
mypy-init-return = true
173
174
[tool.ruff.lint.per-file-ignores]
175
-# ANN001 - missing-type-function-argument
176
-# ANN2 - missing-return-type
177
-# D100 - undocumented-public-module
178
-# D101 - undocumented-public-class
179
-# D102 - undocumented-public-method
180
-# D103 - undocumented-public-function
181
-# S101 - assert
182
-# B011 - assert-false
183
-# INP001 - implicit-namespace-package
184
-# SLF001 - private-member-access
185
-# BLE001 - blind-except
186
"tests/*" = [
187
"ANN001",
188
"ANN2",
0 commit comments