We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8036a91 commit 940bb85Copy full SHA for 940bb85
.pre-commit-config.yaml
@@ -67,15 +67,15 @@ repos:
67
id: ruff
68
- id: ruff-format
69
repo: https://github.com/astral-sh/ruff-pre-commit
70
- rev: v0.9.7
+ rev: v0.12.4
71
- hooks:
72
- id: actionlint
73
repo: https://github.com/rhysd/actionlint
74
rev: v1.7.7
75
76
- id: shellcheck
77
repo: https://github.com/gruntwork-io/pre-commit
78
- rev: v0.1.26
+ rev: v0.1.30
79
80
- args: ["--maxkb=800"]
81
id: check-added-large-files
@@ -100,7 +100,7 @@ repos:
100
id: commitlint
101
stages: [commit-msg]
102
repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
103
- rev: v9.21.0
+ rev: v9.22.0
104
105
- id: go-fmt
106
- id: go-vet
0 commit comments