Skip to content

Commit

Permalink
Add E7 rules to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 28, 2024
1 parent 428d528 commit bdabdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bdabdbe

Please sign in to comment.