We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1224fdf commit 27e8294Copy full SHA for 27e8294
pyproject.toml
@@ -96,6 +96,7 @@ ignore = [
96
"E714", # Test for object identity should be `is not`
97
"E721", # Use `is` and `is not` for type comparisons, or `isinstance()` for isinstance checks
98
"E741", # Ambiguous variable name: `l`
99
+ "UP031", # TODO: apply this rule
100
]
101
102
[tool.ruff.lint.extend-per-file-ignores]
0 commit comments