Skip to content

Commit ade1381

Browse files
Auto-update pre-commit hooks
1 parent 86808c7 commit ade1381

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ repos:
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- repo: https://github.com/adrienverge/yamllint
11-
rev: v1.37.0
11+
rev: v1.37.1
1212
hooks:
1313
- id: yamllint
1414
- repo: https://github.com/pre-commit/mirrors-clang-format
15-
rev: v19.1.7 # NOTE: The current config is not compatible with clang-format 20.x
15+
rev: v20.1.7 # NOTE: The current config is not compatible with clang-format 20.x
1616
hooks:
1717
- id: clang-format
1818
types_or: [c]
1919
- repo: https://github.com/DavidAnson/markdownlint-cli2
20-
rev: v0.17.2
20+
rev: v0.18.1
2121
hooks:
2222
- id: markdownlint-cli2-rules-docker
2323
- repo: https://github.com/codespell-project/codespell
@@ -28,7 +28,7 @@ repos:
2828
additional_dependencies:
2929
- tomli
3030
- repo: https://github.com/golangci/golangci-lint
31-
rev: v2.1.1
31+
rev: v2.2.1
3232
hooks:
3333
- id: golangci-lint
3434
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook

0 commit comments

Comments
 (0)