29 lines
651 B
YAML
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
|