Skip to content

Commit

Permalink
Merge pull request #900 from minrk/ruffup
Browse files Browse the repository at this point in the history
temporarily suppress new ruff lint that's going to cause a lot of churn and merge conflicts
  • Loading branch information
minrk authored Oct 25, 2024
2 parents 0bbefbc + 1c54e56 commit 88ba0f3
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 88ba0f3

Please sign in to comment.