Skip to content

Commit 1ed8c82

Browse files
committed
Update lint configs for tests
1 parent 7742888 commit 1ed8c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ruff.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ keep-runtime-typing = true
2525
max-complexity = 25
2626

2727
[lint.per-file-ignores]
28-
"tests/*.py" = ["ANN001", "ANN201", "S101", "SLF001"]
28+
"tests/*.py" = ["ANN001", "ANN201", "ARG001", "PLR2004", "S101", "S311", "SLF001"]

0 commit comments

Comments
 (0)