Skip to content

Commit 88ba0f3

Browse files
authored
Merge pull request #900 from minrk/ruffup
temporarily suppress new ruff lint that's going to cause a lot of churn and merge conflicts
2 parents 0bbefbc + 1c54e56 commit 88ba0f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ignore = [
153153
"F841", # unused variable
154154
"E741", # ambiguous names
155155
"E743", # ambiguous names
156+
"UP031", # %-formatting - wait until we don't have large outstanding PRs
156157
]
157158
select = [
158159
"E7", # comparisons

0 commit comments

Comments
 (0)