Commit b4954531 authored by Jan Reimes's avatar Jan Reimes
Browse files

🎨 style(ruff): update ignored linter rules for test files

parent 3e71bdb0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -64,8 +64,8 @@ ignore = [
max-locals = 20

[lint.per-file-ignores]
"tests/*.py" = ["S101", "S106", "PLR6301"]
"tests/**/*.py" = ["S101", "S106", "PLR6301"]
"tests/*.py" = ["S101", "S106", "PLR6301", "S603", "PLW1510"]
"tests/**/*.py" = ["S101", "S106", "PLR6301", "S603", "PLW1510"]

[lint.pydocstyle]
convention = "google"