Skip to content

Commit

Permalink
style: Remove exclusion for F401 ruff rule
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 14, 2024
1 parent 06a9dd5 commit 422f1bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ ignore = [
"E722", # bare-except
"E731", # lambda-assignment
"E741", # ambiguous-variable-name
"F401", # unused-import
"F403", # undefined-local-with-import-star
"F405", # undefined-local-with-import-star-usage
"F601", # multi-value-repeated-key-literal
Expand Down

0 comments on commit 422f1bb

Please sign in to comment.