diff --git a/pyproject.toml b/pyproject.toml index 26ec855fee3c2a92008cae497b8016173c404f2e..068416a3ba068866d7459ec6c55db3e5b29a5baf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -175,7 +175,7 @@ line-length = 100 select = ["E", "F", "UP", "B", "SIM", "I", "DJ", "A", "S"] ignore = ["UP034", "UP015", "B028"] [tool.ruff.lint.extend-per-file-ignores] -"**/*/tests/**/*.py" = ["S101", "ARG", "FBT", "PLR2004", "S311", "S105", "S107"] +"**/*/tests/**/*.py" = ["S101", "ARG", "FBT", "PLR2004", "S311", "S105"] [tool.ruff.lint.isort] known-first-party = ["aleksis"] section-order = ["future", "standard-library", "django", "third-party", "first-party", "local-folder"]