Skip to content

Commit

Permalink
suppress ruff lint that's going to cause a lot of churn and merge con…
Browse files Browse the repository at this point in the history
…flicts
  • Loading branch information
minrk committed Oct 25, 2024
1 parent 0bbefbc commit 1c54e56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ ignore = [
"F841", # unused variable
"E741", # ambiguous names
"E743", # ambiguous names
"UP031", # %-formatting - wait until we don't have large outstanding PRs
]
select = [
"E7", # comparisons
Expand Down

0 comments on commit 1c54e56

Please sign in to comment.