We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d90c3d commit 86a4f58Copy full SHA for 86a4f58
.pre-commit-config.yaml
@@ -4,16 +4,16 @@ ci:
4
autoupdate_schedule: quarterly
5
repos:
6
- repo: https://github.com/pre-commit/mirrors-clang-format
7
- rev: v18.1.8
+ rev: v19.1.1
8
hooks:
9
- id: clang-format
10
args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']
11
- repo: https://github.com/pre-commit/pre-commit-hooks
12
- rev: v4.6.0
+ rev: v5.0.0
13
14
- id: trailing-whitespace
15
- repo: https://github.com/psf/black
16
- rev: 24.8.0
+ rev: 24.10.0
17
18
- id: black
19
- repo: https://github.com/cheshirekow/cmake-format-precommit
0 commit comments