Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 1 | --- |
| 2 | default_language_version: |
| 3 | python: python3 |
| 4 | node: "14.13.0" |
| 5 | repos: |
| 6 | - repo: https://github.com/pre-commit/pre-commit-hooks |
Anil Belur | 151000d | 2024-02-07 19:49:29 +1000 | [diff] [blame] | 7 | rev: v4.5.0 |
Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 8 | hooks: |
| 9 | - id: check-json |
| 10 | - id: trailing-whitespace |
| 11 | |
| 12 | - repo: https://github.com/pre-commit/mirrors-prettier |
Anil Belur | 151000d | 2024-02-07 19:49:29 +1000 | [diff] [blame] | 13 | rev: v4.0.0-alpha.8 |
Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 14 | hooks: |
| 15 | - id: prettier |
| 16 | stages: [commit] |
| 17 | |
| 18 | - repo: https://github.com/jorisroovers/gitlint |
Anil Belur | 151000d | 2024-02-07 19:49:29 +1000 | [diff] [blame] | 19 | rev: v0.19.1 |
Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 20 | hooks: |
| 21 | - id: gitlint |
| 22 | stages: [commit-msg] |
| 23 | |
| 24 | - repo: https://github.com/jumanjihouse/pre-commit-hooks |
Anil Belur | 151000d | 2024-02-07 19:49:29 +1000 | [diff] [blame] | 25 | rev: 3.0.0 |
Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 26 | hooks: |
| 27 | - id: shellcheck |
| 28 | exclude: > |
| 29 | (?x)^( |
| 30 | jjb/global-jjb/.*| |
| 31 | packer/common-packer/.*| |
| 32 | jenkins-config/.* |
| 33 | )$ |
| 34 | |
| 35 | - repo: https://github.com/adrienverge/yamllint |
Anil Belur | 151000d | 2024-02-07 19:49:29 +1000 | [diff] [blame] | 36 | rev: v1.34.0 |
Anil Belur | 0911834 | 2023-05-10 09:41:30 +1000 | [diff] [blame] | 37 | hooks: |
| 38 | - id: yamllint |