We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7742888 commit 1ed8c82Copy full SHA for 1ed8c82
.ruff.toml
@@ -25,4 +25,4 @@ keep-runtime-typing = true
25
max-complexity = 25
26
27
[lint.per-file-ignores]
28
-"tests/*.py" = ["ANN001", "ANN201", "S101", "SLF001"]
+"tests/*.py" = ["ANN001", "ANN201", "ARG001", "PLR2004", "S101", "S311", "SLF001"]
0 commit comments