Skip to content

Commit 17445bf

Browse files
Auto-update pre-commit hooks
1 parent 4093423 commit 17445bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
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.3 # NOTE: The current config is not compatible with clang-format 20.x
1616
hooks:
1717
- id: clang-format
1818
types_or: [c]
@@ -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.1.5
3232
hooks:
3333
- id: golangci-lint
3434
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook

0 commit comments

Comments
 (0)