chore: fix pre-commit hook

This commit is contained in:
2026-09-10 13:58:49 +02:00
parent 3944c971eb
commit cce932d171
15 changed files with 139 additions and 44 deletions
+3 -1
View File
@@ -19,4 +19,6 @@ line-ending = "auto"
[tool.ruff.lint]
extend-select = ["I"]
ignore = [
"RUF012"
]