Skip to content

Commit da22cfa

Browse files
committed
ignore ruff issues
1 parent aa5a009 commit da22cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ ignore = [
171171
"PLR0915", # Too many statements in function
172172
"PLC0415", # import outside toplevel, this creates issues with circular and
173173
# delayed imports
174+
"RUF059", # Unpacked variable is never used
175+
"B028", # No explicit stacklevel found
174176
]
175177

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

0 commit comments

Comments
 (0)