chore: Update pre-commit and ruff rules

This commit is contained in:
2026-08-14 11:27:27 +01:00
parent 2c89ab5e62
commit 4b26377571
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -29,7 +29,8 @@ ignore = [
"FIX004",
# Others I dont care about
"D"
"D",
"CPY001"
]
[tool.ruff.format]