Loading ruff.toml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading Loading
ruff.toml +2 −2 Original line number Diff line number Diff line Loading @@ -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" Loading