Difference between revisions of ".pre-commit-config.yaml"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
https://github.com/pre-commit/pre-commit/blob/master/.pre-commit-config.yaml | https://github.com/pre-commit/pre-commit/blob/master/.pre-commit-config.yaml | ||
+ | repos: | ||
+ | - repo: https://github.com/pre-commit/[[pre-commit-hooks]] | ||
+ | rev: v4.4.0 | ||
+ | [[hooks:]] | ||
+ | - id: [[trailing-whitespace]] | ||
+ | exclude: ^integrations/wizink/tests/data/ | ||
+ | - id: [[end-of-file-fixer]] | ||
+ | - id: [[detect-private-key]] | ||
+ | |||
+ | - repo: https://github.com/antonbabenko/pre-commit-terraform | ||
+ | rev: v1.77.0 | ||
+ | hooks: | ||
+ | - id: [[terraform_fmt]] | ||
+ | - id:[[ terraform_tflint]] | ||
+ | == Related == | ||
* <code>[[pre-commit]]</code> | * <code>[[pre-commit]]</code> | ||
Revision as of 18:22, 28 February 2023
https://github.com/pre-commit/pre-commit/blob/master/.pre-commit-config.yaml
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace exclude: ^integrations/wizink/tests/data/ - id: end-of-file-fixer - id: detect-private-key - repo: https://github.com/antonbabenko/pre-commit-terraform rev: v1.77.0 hooks: - id: terraform_fmt - id:terraform_tflint
Related
See also
Advertising: