add .pre-commit-config.yaml

This commit is contained in:
2026-01-21 08:25:40 +01:00
parent 149c580eb0
commit ee5767faac

View File

@@ -0,0 +1,10 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.13
hooks:
# Run the linter.
- id: ruff-check
# Run the formatter.
- id: ruff-format