Skip to content

Commit f6a24cb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-clang-format: v15.0.6 → v16.0.6](pre-commit/mirrors-clang-format@v15.0.6...v16.0.6) - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
1 parent 11822a7 commit f6a24cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -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: v16.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.3.0
3434
hooks:
3535
- id: black

0 commit comments

Comments
 (0)