Files
startrail-org--leann/.pre-commit-config.yaml
wehub-resource-sync 15dadb5432
CI / build (push) Waiting to run
Link Check / link-check (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:38:09 +08:00

18 lines
503 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.7 # Fixed version to match pyproject.toml
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format