Files
shelfmark/.pre-commit-config.yaml
T
2026-04-12 12:39:15 +01:00

14 lines
288 B
YAML

repos:
- repo: builtin
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.10
hooks:
- id: ruff-check
args: [--fix]
- id: ruff-format