Skip to content

Commit bc82dc6

Browse files
committed
fix: version pre-commit hooks golangci lint (#60)
1 parent ebadd99 commit bc82dc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ repos:
8989
additional_dependencies:
9090
- black
9191
- repo: https://github.com/hadenlabs/pre-commit-hooks
92-
rev: 3602b5473c83c9c2b7d1c930b545751366176d7b
92+
rev: dbe849b0adf6fd77b8faee74cd02b8efcd7871dd
9393
hooks:
9494
- id: do-not-commit
9595
- id: markdown-link-check
@@ -106,6 +106,7 @@ repos:
106106
- id: no-go-testing
107107
- id: golangci-lint
108108
args:
109+
- --fix
109110
- --config=.github/linters/.golangci.yml
110111
- id: terraform-docs
111112
args:

0 commit comments

Comments
 (0)