ci: fix deprecated ruff config
This commit is contained in:
parent
d5f5b83377
commit
97f9134527
@ -4,6 +4,7 @@ exclude = [".git","__pycache__"]
|
||||
line-length = 99
|
||||
indent-width = 4
|
||||
|
||||
[tool.ruff.lint]
|
||||
ignore = ["W191", "E111", "E114", "E117", "S101", "S105"]
|
||||
select = ["F", "E", "I", "W", "S"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user