49 lines
985 B
YAML
49 lines
985 B
YAML
default_install_hook_types:
|
|
- pre-commit
|
|
- commit-msg
|
|
|
|
default_stages:
|
|
- pre-commit
|
|
|
|
repos:
|
|
- repo: meta
|
|
hooks:
|
|
- id: check-hooks-apply
|
|
- id: check-useless-excludes
|
|
|
|
- repo: builtin
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: check-yaml
|
|
- id: check-toml
|
|
- id: check-added-large-files
|
|
- id: check-merge-conflict
|
|
- id: check-executables-have-shebangs
|
|
|
|
- repo: https://github.com/jmlrt/check-yamlschema
|
|
rev: v0.0.7
|
|
hooks:
|
|
- id: check-yamlschema
|
|
files: ^patches/.*\.yaml$
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-prettier
|
|
rev: v3.1.0
|
|
hooks:
|
|
- id: prettier
|
|
|
|
- repo: https://github.com/crate-ci/typos
|
|
rev: v1.40.0
|
|
hooks:
|
|
- id: typos
|
|
|
|
- repo: https://github.com/sirwart/ripsecrets
|
|
rev: v0.1.11
|
|
hooks:
|
|
- id: ripsecrets-system
|
|
|
|
- repo: https://github.com/crate-ci/committed
|
|
rev: v1.1.8
|
|
hooks:
|
|
- id: committed
|