Skip to content

Commit 0c50afa

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-clang-format: v20.1.7 → v21.1.2](pre-commit/mirrors-clang-format@v20.1.7...v21.1.2)
1 parent 3c07ace commit 0c50afa

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
@@ -5,7 +5,7 @@ ci:
55
fail_fast: false
66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -19,7 +19,7 @@ repos:
1919
- id: detect-private-key
2020
- id: fix-byte-order-marker
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v20.1.7
22+
rev: v21.1.2
2323
hooks:
2424
- id: clang-format
2525
exclude_types: [json]

0 commit comments

Comments
 (0)