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