We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a1dbc + 41da419 commit 4fb19deCopy full SHA for 4fb19de
1 file changed
.pre-commit-config.yaml
@@ -1,17 +1,17 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.6.0
+ rev: v5.0.0
4
hooks:
5
- id: check-added-large-files
6
- id: detect-private-key
7
- id: end-of-file-fixer
8
- id: trailing-whitespace
9
- repo: https://github.com/golangci/golangci-lint
10
- rev: v1.64.8
+ rev: v2.2.2
11
12
- id: golangci-lint
13
- repo: https://github.com/compilerla/conventional-pre-commit
14
- rev: v3.6.0
+ rev: v4.2.0
15
16
- id: conventional-pre-commit
17
stages: [commit-msg]
0 commit comments