Skip to content

Commit 3a82000

Browse files
[pre-commit.ci] Pre-commit autoupdate. (#23)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ec6d856 commit 3a82000

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
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- id: check-merge-conflict
88
- id: check-case-conflict
99
- repo: https://github.com/pre-commit/mirrors-clang-format
10-
rev: v20.1.7
10+
rev: v21.1.2
1111
hooks:
1212
- id: clang-format
1313
'types_or': [c++, c]

0 commit comments

Comments
 (0)