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 aa5a009 commit da22cfaCopy full SHA for da22cfa
pyproject.toml
@@ -171,6 +171,8 @@ ignore = [
171
"PLR0915", # Too many statements in function
172
"PLC0415", # import outside toplevel, this creates issues with circular and
173
# delayed imports
174
+ "RUF059", # Unpacked variable is never used
175
+ "B028", # No explicit stacklevel found
176
]
177
178
[tool.ruff.lint.extend-per-file-ignores]
0 commit comments