chore: pre-commit hooks mit Ruff Lint + Format

This commit is contained in:
Hermes Agent
2026-06-22 06:27:00 +02:00
parent bf67483e53
commit ac7aa0197b
+7
View File
@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.0
hooks:
- id: ruff
args: [--fix]
- id: ruff-format