Skip to content

Commit 880975d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v18.1.8 → v20.1.0](pre-commit/mirrors-clang-format@v18.1.8...v20.1.0)
1 parent 106e972 commit 880975d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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: v4.6.0
8+
rev: v5.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: v18.1.8
22+
rev: v20.1.0
2323
hooks:
2424
- id: clang-format
2525
exclude_types: [json]

0 commit comments

Comments
 (0)