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 e551b79 commit ce886c3Copy full SHA for ce886c3
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
- id: gitleaks
29
30
- repo: https://github.com/pre-commit/mirrors-prettier
31
- rev: v3.0.1
+ rev: v3.0.2
32
hooks:
33
- id: prettier
34
types:
@@ -44,15 +44,15 @@ repos:
44
pass_filenames: false
45
46
- repo: https://github.com/golangci/golangci-lint
47
- rev: v1.54.1
+ rev: v1.54.2
48
49
- id: golangci-lint
50
args: [--new-from-patch=/tmp/diff.patch]
51
52
# Rules are in .markdownlint-cli2.yaml file
53
# See https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md for rule descriptions
54
- repo: https://github.com/DavidAnson/markdownlint-cli2
55
- rev: v0.8.1
+ rev: v0.9.0
56
57
- id: markdownlint-cli2-fix
58
0 commit comments