Files
auto-archiver/.pre-commit-config.yaml
2025-03-14 13:08:57 +00:00

10 lines
303 B
YAML

# Run Ruff formatter on commits.
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
hooks:
- id: ruff-format
# Runs Ruff linting - just checks without fixing, but blocks commit if errors are found.
# - id: ruff
# args: ["--output-format=concise"]