2022-07-19 21:16:19 +07:00
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
|
|
rev: v4.3.0
|
|
|
|
hooks:
|
|
|
|
- id: check-added-large-files
|
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-shebang-scripts-are-executable
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
- id: mixed-line-ending
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
|
|
rev: v1.27.1
|
|
|
|
hooks:
|
|
|
|
- id: yamllint
|
|
|
|
- repo: https://github.com/gruntwork-io/pre-commit
|
2024-11-24 00:09:15 +07:00
|
|
|
rev: v0.1.24
|
2022-07-19 21:16:19 +07:00
|
|
|
hooks:
|
|
|
|
- id: helmlint
|
|
|
|
- id: shellcheck
|
2024-11-24 00:09:15 +07:00
|
|
|
- repo: https://github.com/tofuutils/pre-commit-opentofu
|
|
|
|
rev: v2.1.0
|
|
|
|
hooks:
|
|
|
|
- id: tofu_fmt
|