Skip to content

Commit ee6a4f0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v19.1.4](pre-commit/mirrors-clang-format@v15.0.6...v19.1.4) - [github.com/psf/black: 22.12.0 → 24.10.0](psf/black@22.12.0...24.10.0)
1 parent 741cc7d commit ee6a4f0

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: v5.0.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: v19.1.4
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.10.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)