We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ea4c0 commit ef5ddc4Copy full SHA for ef5ddc4
.pre-commit-config.yaml
@@ -6,13 +6,13 @@ repos:
6
hooks:
7
- id: cmake-format
8
- repo: https://github.com/pre-commit/mirrors-clang-format
9
- rev: v18.1.6
+ rev: v19.1.7
10
11
- id: clang-format
12
args:
13
- --style=Google
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.6.0
+ rev: v5.0.0
16
17
- id: check-added-large-files
18
- id: check-ast
@@ -30,6 +30,6 @@ repos:
30
- id: mixed-line-ending
31
- id: trailing-whitespace
32
- repo: https://github.com/psf/black
33
- rev: 24.4.2
+ rev: 24.10.0
34
35
- id: black
0 commit comments