Skip to content

Commit

Permalink
Add F6 rules to ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Dec 4, 2024
1 parent c04d7df commit 77a7b38
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", "F5", "F63", "F7", "F82"]
select = ["E7", "E9", "F5", "F6", "F7", "F82"]

[tool.towncrier]
directory = "changelog.d"
Expand Down

0 comments on commit 77a7b38

Please sign in to comment.