chore(codebase): add pre-commit config

This commit is contained in:
2025-11-27 15:32:34 +01:00
parent 539e1331a0
commit 458174ca6d

7
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9 # latest ruff version
hooks:
- id: ruff
args: ["--fix"]
- id: ruff-format