diff --git a/pyproject.toml b/pyproject.toml index 5630a9fd..aaf2007a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ line-length = 120 output-format = "full" [tool.ruff.lint] -select = ["E9", "F63", "F7", "F82"] +select = ["E7", "E9", "F63", "F7", "F82"] [tool.djlint] profile="django"