blob: ea2aa9f6ceef9fe6d70b54e096cd9be2b55e2f52 [file] [log] [blame]
---
default_language_version:
python: python3
node: "14.13.0"
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.2.0
hooks:
- id: check-json
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v2.6.2
hooks:
- id: prettier
stages: [commit]
- repo: https://github.com/jorisroovers/gitlint
rev: v0.17.0
hooks:
- id: gitlint
stages: [commit-msg]
- repo: https://github.com/jumanjihouse/pre-commit-hooks
rev: 2.1.6
hooks:
- id: shellcheck
exclude: >
(?x)^(
jjb/global-jjb/.*|
packer/common-packer/.*|
jenkins-config/.*
)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.26.3
hooks:
- id: yamllint