ci: fix deprecated ruff config
This commit is contained in:
parent
92a3e09943
commit
a1cffe8b3e
@ -4,6 +4,7 @@ exclude = [".git","__pycache__"]
|
|||||||
line-length = 99
|
line-length = 99
|
||||||
indent-width = 4
|
indent-width = 4
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
ignore = ["W191", "E111", "E114", "E117", "S101", "S105"]
|
ignore = ["W191", "E111", "E114", "E117", "S101", "S105"]
|
||||||
select = ["F", "E", "I", "W", "S"]
|
select = ["F", "E", "I", "W", "S"]
|
||||||
|
|
||||||
@ -13,7 +14,4 @@ indent-style = "space"
|
|||||||
line-ending = "lf"
|
line-ending = "lf"
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
filterwarnings = [
|
filterwarnings = ["ignore::FutureWarning", "ignore::DeprecationWarning"]
|
||||||
"ignore::FutureWarning",
|
|
||||||
"ignore::DeprecationWarning",
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user