Skip to content

Commit 6b570cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v17.0.6](pre-commit/mirrors-clang-format@v15.0.6...v17.0.6) - [github.com/psf/black: 22.12.0 → 23.12.1](psf/black@22.12.0...23.12.1)
1 parent 2137538 commit 6b570cb

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.5.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: v17.0.6
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: 23.12.1
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)