auto-archiver/.pre-commit-config.yaml

7 wiersze
163 B
YAML

# Run Ruff formatter on commits.
2025-03-10 19:03:45 +00:00
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
hooks:
2025-03-14 13:40:57 +00:00
- id: ruff
- id: ruff-format