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 7150cef commit 0ca7fb5Copy full SHA for 0ca7fb5
.pre-commit-config.yaml
@@ -12,15 +12,15 @@ repos:
12
- id: trailing-whitespace
13
exclude: ^docs/versioned_docs/.+/40-cli.md$
14
- repo: https://github.com/golangci/golangci-lint
15
- rev: v2.10.1
+ rev: v2.11.2
16
hooks:
17
- id: golangci-lint
18
- repo: https://github.com/igorshubovych/markdownlint-cli
19
- rev: v0.47.0
+ rev: v0.48.0
20
21
- id: markdownlint
22
exclude: '^(docs/versioned_docs/.*|CHANGELOG.md)$'
23
- language_version: 22.15.1
+ language_version: 24.14.0
24
- repo: https://github.com/mrtazz/checkmake
25
rev: v0.3.2
26
0 commit comments