|
1 | 1 | ci: |
2 | | - autoupdate_branch: 'devel' |
| 2 | + autoupdate_branch: devel |
3 | 3 | repos: |
4 | | -- repo: https://github.com/pre-commit/mirrors-clang-format |
5 | | - rev: v16.0.4 |
6 | | - hooks: |
7 | | - - id: clang-format |
8 | | - args: [--style=Google] |
9 | | -- repo: https://github.com/pre-commit/pre-commit-hooks |
10 | | - rev: v4.4.0 |
11 | | - hooks: |
12 | | - - id: check-added-large-files |
13 | | - - id: check-ast |
14 | | - - id: check-executables-have-shebangs |
15 | | - - id: check-json |
16 | | - - id: check-merge-conflict |
17 | | - - id: check-symlinks |
18 | | - - id: check-toml |
19 | | - - id: check-yaml |
20 | | - - id: debug-statements |
21 | | - - id: destroyed-symlinks |
22 | | - - id: detect-private-key |
23 | | - - id: end-of-file-fixer |
24 | | - - id: fix-byte-order-marker |
25 | | - - id: mixed-line-ending |
26 | | - - id: trailing-whitespace |
27 | | -- repo: https://github.com/psf/black |
28 | | - rev: 23.3.0 |
29 | | - hooks: |
30 | | - - id: black |
31 | | -- repo: https://github.com/cheshirekow/cmake-format-precommit |
32 | | - rev: v0.6.13 |
33 | | - hooks: |
34 | | - - id: cmake-format |
| 4 | +- repo: https://github.com/cheshirekow/cmake-format-precommit |
| 5 | + rev: v0.6.13 |
| 6 | + hooks: |
| 7 | + - id: cmake-format |
| 8 | +- repo: https://github.com/pre-commit/mirrors-clang-format |
| 9 | + rev: v16.0.4 |
| 10 | + hooks: |
| 11 | + - id: clang-format |
| 12 | + args: |
| 13 | + - --style=Google |
| 14 | +- repo: https://github.com/pre-commit/pre-commit-hooks |
| 15 | + rev: v4.4.0 |
| 16 | + hooks: |
| 17 | + - id: check-added-large-files |
| 18 | + - id: check-ast |
| 19 | + - id: check-executables-have-shebangs |
| 20 | + - id: check-json |
| 21 | + - id: check-merge-conflict |
| 22 | + - id: check-symlinks |
| 23 | + - id: check-toml |
| 24 | + - id: check-yaml |
| 25 | + - id: debug-statements |
| 26 | + - id: destroyed-symlinks |
| 27 | + - id: detect-private-key |
| 28 | + - id: end-of-file-fixer |
| 29 | + - id: fix-byte-order-marker |
| 30 | + - id: mixed-line-ending |
| 31 | + - id: trailing-whitespace |
| 32 | +- repo: https://github.com/psf/black |
| 33 | + rev: 23.3.0 |
| 34 | + hooks: |
| 35 | + - id: black |
0 commit comments