Files
pre-commit/.pre-commit-config.yaml
T
Iain Sproat e4bde6ce7c
Release pipeline / Precommit check (push) Has been cancelled
fix(pre-commit): remove deprecated stage name & port to GitHub Actions (#5)
2026-04-03 10:31:16 +01:00

29 lines
651 B
YAML

default_stages:
- 'pre-commit'
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v6.0.0'
hooks:
- id: check-yaml
- id: check-merge-conflict
- id: check-executables-have-shebangs
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: check-vcs-permalinks
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/syntaqx/git-hooks
rev: 'v0.0.18'
hooks:
- id: forbid-binary
- repo: https://github.com/pre-commit/pre-commit
rev: 'v4.5.1'
hooks:
- id: validate_manifest
ci:
autoupdate_schedule: quarterly