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 6e68454 commit d246aadCopy full SHA for d246aad
.pre-commit-config.yaml
@@ -30,12 +30,12 @@ repos:
30
- id: detect-private-key
31
32
- repo: https://github.com/golangci/golangci-lint
33
- rev: v2.1.5
+ rev: v2.2.1
34
hooks:
35
- id: golangci-lint-full
36
37
- repo: https://github.com/asottile/pyupgrade
38
- rev: v3.19.1
+ rev: v3.20.0
39
40
- id: pyupgrade
41
@@ -50,12 +50,12 @@ repos:
50
- id: black
51
52
- repo: https://github.com/DavidAnson/markdownlint-cli2
53
- rev: v0.17.2
+ rev: v0.18.1
54
55
- id: markdownlint-cli2
56
57
- repo: https://github.com/adrienverge/yamllint.git
58
- rev: v1.37.0
+ rev: v1.37.1
59
60
- id: yamllint
61
0 commit comments