We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac79f56 commit 9cc3bb0Copy full SHA for 9cc3bb0
.pre-commit-config.yaml
@@ -1,4 +1,9 @@
1
repos:
2
+- repo: https://github.com/compilerla/conventional-pre-commit
3
+ rev: v4.0.0
4
+ hooks:
5
+ - id: conventional-pre-commit
6
+ stages: [commit-msg]
7
- repo: https://github.com/pre-commit/pre-commit-hooks
8
rev: v6.0.0
9
hooks:
@@ -8,10 +13,11 @@ repos:
13
- id: check-vcs-permalinks
14
- id: destroyed-symlinks
10
15
- id: detect-private-key
16
+ - id: end-of-file-fixer
11
17
- id: mixed-line-ending
12
18
- id: trailing-whitespace
19
- repo: https://github.com/antonbabenko/pre-commit-terraform
- rev: v1.100.0
20
+ rev: v1.104.0
21
22
- id: terraform_validate
23
args:
0 commit comments