| --- |
| default_language_version: |
| python: python3 |
| node: "14.13.0" |
| repos: |
| - repo: https://github.com/pre-commit/pre-commit-hooks |
| rev: v4.5.0 |
| hooks: |
| - id: check-json |
| - id: trailing-whitespace |
| |
| - repo: https://github.com/pre-commit/mirrors-prettier |
| rev: v4.0.0-alpha.8 |
| hooks: |
| - id: prettier |
| stages: [commit] |
| |
| - repo: https://github.com/jorisroovers/gitlint |
| rev: v0.19.1 |
| hooks: |
| - id: gitlint |
| stages: [commit-msg] |
| |
| - repo: https://github.com/jumanjihouse/pre-commit-hooks |
| rev: 3.0.0 |
| hooks: |
| - id: shellcheck |
| exclude: > |
| (?x)^( |
| jjb/global-jjb/.*| |
| packer/common-packer/.*| |
| jenkins-config/.* |
| )$ |
| |
| - repo: https://github.com/adrienverge/yamllint |
| rev: v1.34.0 |
| hooks: |
| - id: yamllint |