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 5923147 commit 252d3c9Copy full SHA for 252d3c9
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