Files
jambo/.githooks/pre-commit-config.yaml
2025-12-01 17:38:31 +01:00

9 lines
227 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.7
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format