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 dff92a1 commit d8a91deCopy full SHA for d8a91de
.pre-commit-config.yaml
@@ -2,7 +2,7 @@
2
# See https://pre-commit.com/hooks.html for more hooks
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v4.4.0
+ rev: v4.5.0
6
hooks:
7
- id: trailing-whitespace
8
- id: end-of-file-fixer
@@ -28,18 +28,18 @@ repos:
28
pass_filenames: false
29
30
- repo: https://github.com/golangci/golangci-lint
31
- rev: v1.53.3
+ rev: v1.55.2
32
33
- id: golangci-lint
34
args: [--new-from-patch=/tmp/diff.patch]
35
36
- repo: https://github.com/gitleaks/gitleaks
37
- rev: v8.17.0
+ rev: v8.18.2
38
39
- id: gitleaks
40
41
- repo: https://github.com/DavidAnson/markdownlint-cli2
42
- rev: v0.8.1
+ rev: v0.12.1
43
44
- id: markdownlint-cli2
45
0 commit comments