Skip to content

Commit e9b1827

Browse files
committed
Fix lint configs for tests
1 parent a53ea49 commit e9b1827

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ruff.toml

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ keep-runtime-typing = true
2323

2424
[lint.mccabe]
2525
max-complexity = 25
26+
27+
[lint.per-file-ignores]
28+
"tests/*.py" = ["ANN001", "ANN201", "S101", "SLF001"]

0 commit comments

Comments
 (0)