Skip to content

Commit 27e8294

Browse files
Ignore ruff/pyupgrade rule UP031
This rule will be applied in a PR of its own.
1 parent 1224fdf commit 27e8294

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
@@ -96,6 +96,7 @@ ignore = [
9696
"E714", # Test for object identity should be `is not`
9797
"E721", # Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
9898
"E741", # Ambiguous variable name: `l`
99+
"UP031", # TODO: apply this rule
99100
]
100101

101102
[tool.ruff.lint.extend-per-file-ignores]

0 commit comments

Comments
 (0)