Skip to content

Commit 9be8471

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v18.1.5](pre-commit/mirrors-clang-format@v15.0.6...v18.1.5) - [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2)
1 parent 5d4427f commit 9be8471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
1717
exclude: external/.*$
1818

1919
- repo: https://github.com/pre-commit/mirrors-clang-format
20-
rev: v15.0.6
20+
rev: v18.1.5
2121
hooks:
2222
- id: clang-format
2323
exclude: external/.*$
@@ -30,6 +30,6 @@ repos:
3030
# - id: cmake-lint
3131

3232
- repo: https://github.com/psf/black
33-
rev: 22.12.0
33+
rev: 24.4.2
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)