Skip to content

Commit

Permalink
Add F401 (unused imports) rule to ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 22, 2024
1 parent c61be8e commit a2d2618
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 @@ -114,7 +114,7 @@ exclude = [
force-exclude = true

[tool.ruff.lint]
select = ["E711", "E713", "E721", "E9", "F541", "F63", "F7", "F81", "F82"]
select = ["E711", "E713", "E721", "E9", "F401", "F541", "F63", "F7", "F81", "F82"]

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

0 comments on commit a2d2618

Please sign in to comment.