CI: lint with ruff

This commit is contained in:
Robert Sachunsky 2025-10-08 17:54:38 +02:00
parent a144026b27
commit e1b56d97da
2 changed files with 7 additions and 0 deletions

View file

@ -66,3 +66,6 @@ ignore = [
# disable bare except
"E722",
]
[tool.ruff.format]
quote-style = "preserve"