Skip to content

Commit

Permalink
Merge pull request #3026 from Uninett/ruff/add-unused-imports-rule
Browse files Browse the repository at this point in the history
Add `F401` (unused imports) rule to ruff config
  • Loading branch information
johannaengland authored Nov 25, 2024
2 parents 8b0e5bd + 81de196 commit 81e87de
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 81e87de

Please sign in to comment.