Fixed all ruff issues
This commit is contained in:
@@ -100,7 +100,7 @@ exclude = [
|
||||
".qodo",
|
||||
".vscode",
|
||||
]
|
||||
select = [
|
||||
lint.select = [
|
||||
"E", "W",
|
||||
"F",
|
||||
"I",
|
||||
@@ -110,8 +110,8 @@ select = [
|
||||
"PL",
|
||||
"UP",
|
||||
]
|
||||
ignore = ["PLR0913", "PLR2004", "TID252", "E501"]
|
||||
lint.ignore = ["PLR0913", "PLR2004", "TID252", "E501"]
|
||||
|
||||
[tool.ruff.per-file-ignores]
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"tests/**/*.py" = ["PLC0415"]
|
||||
"conftest.py" = ["PLC0415"]
|
||||
|
||||
Reference in New Issue
Block a user