Skip to content

Commit

Permalink
Use default rules for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Dec 17, 2024
1 parent 8b5f8d1 commit c259f98
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 @@ -109,7 +109,7 @@ extend-exclude = [
output-format = "full"

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

[tool.towncrier]
Expand Down

0 comments on commit c259f98

Please sign in to comment.