chore: Projekt-Infrastruktur (pyproject.toml + pre-commit) aus Cloud-Lauf übernommen

This commit is contained in:
Hermes Agent
2026-06-22 06:57:07 +02:00
parent 7cb5e0aa76
commit 658d09ea75
2 changed files with 53 additions and 0 deletions
+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