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"] "tests/**/*.py" = ["S101"] "tests/*.py" = ["S101", "PLR6301"] "tests/**/*.py" = ["S101", "PLR6301"] [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"] "tests/**/*.py" = ["S101"] "tests/*.py" = ["S101", "PLR6301"] "tests/**/*.py" = ["S101", "PLR6301"] [lint.pydocstyle] convention = "google" Loading