We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2137538 commit 6b570cbCopy full SHA for 6b570cb
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.4.0
+ rev: v4.5.0
4
hooks:
5
- id: check-added-large-files
6
- id: check-case-conflict
@@ -17,7 +17,7 @@ repos:
17
exclude: external/.*$
18
19
- repo: https://github.com/pre-commit/mirrors-clang-format
20
- rev: v15.0.6
+ rev: v17.0.6
21
22
- id: clang-format
23
@@ -30,6 +30,6 @@ repos:
30
# - id: cmake-lint
31
32
- repo: https://github.com/psf/black
33
- rev: 22.12.0
+ rev: 23.12.1
34
35
- id: black
0 commit comments