Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 7e115d5

Browse files
committed
updates pre-commit
1 parent a6415f9 commit 7e115d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-json
66
- id: check-merge-conflict
@@ -12,17 +12,17 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/igorshubovych/markdownlint-cli
15-
rev: v0.23.2
15+
rev: v0.32.2
1616
hooks:
1717
- id: markdownlint
1818

1919
- repo: https://github.com/antonbabenko/pre-commit-terraform
20-
rev: v1.71.0
20+
rev: v1.76.0
2121
hooks:
2222
- id: terraform_docs
2323
- id: terraform_fmt
2424

2525
- repo: https://github.com/golangci/golangci-lint
26-
rev: v1.45.2
26+
rev: v1.50.1
2727
hooks:
2828
- id: golangci-lint

0 commit comments

Comments
 (0)