Skip to content

Commit

Permalink
Add F4 rules to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 28, 2024
1 parent 895f02f commit cd05185
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 @@ -38,7 +38,7 @@ line-length = 120
output-format = "full"

[tool.ruff.lint]
select = ["E4", "E7", "E9", "F5", "F6", "F7", "F8", "F9"]
select = ["E4", "E7", "E9", "F4", "F5", "F6", "F7", "F8", "F9"]

[tool.djlint]
profile="django"
Expand Down

0 comments on commit cd05185

Please sign in to comment.