fix: switch legacy ruff pre-commit hook

This commit is contained in:
Leon
2025-07-16 10:01:07 +02:00
parent 54c051c379
commit b9f6178fa4

View File

@@ -3,6 +3,6 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.3
hooks:
- id: ruff
- id: ruff-check
args: [ --fix ]
- id: ruff-format