Skip to content

Commit

Permalink
Add E4 rules to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Dec 4, 2024
1 parent 0b3278f commit 492d268
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 @@ -108,7 +108,7 @@ extend-exclude = [
output-format = "full"

[tool.ruff.lint]
select = ["E7", "E9", "F4", "F5", "F6", "F7", "F82", "F9"]
select = ["E4", "E7", "E9", "F4", "F5", "F6", "F7", "F82", "F9"]
ignore = ["F403", "F405"]

[tool.towncrier]
Expand Down

0 comments on commit 492d268

Please sign in to comment.