chore: add ruff pre-commit hook

This commit is contained in:
Leon
2025-07-16 09:59:21 +02:00
parent 39924e69ab
commit 54c051c379
5 changed files with 132 additions and 6 deletions

View File

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