Fix more ruff issues
This commit is contained in:
@@ -110,4 +110,8 @@ select = [
|
||||
"PL",
|
||||
"UP",
|
||||
]
|
||||
ignore = ["PLR0913", "PLR2004"]
|
||||
ignore = ["PLR0913", "PLR2004", "TID252", "E501"]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
"tests/**/*.py" = ["PLC0415"]
|
||||
"conftest.py" = ["PLC0415"]
|
||||
|
||||
Reference in New Issue
Block a user