Skip to content

Commit

Permalink
Activate F401 rule during ruff checks
Browse files Browse the repository at this point in the history
  • Loading branch information
c8y3 committed Jan 24, 2025
1 parent 653ee68 commit 1139d62
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
@@ -1,3 +1,3 @@
[tool.ruff.lint]
ignore = ["E402", "E711", "E712", "E721", "E722", "F821", "F841", "F541", "F403", "F401"]
ignore = ["E402", "E711", "E712", "E721", "E722", "F821", "F841", "F541", "F403"]

0 comments on commit 1139d62

Please sign in to comment.