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.
2 parents 06554a7 + acef528 commit b56b920Copy full SHA for b56b920
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ ci:
2
autoupdate_branch: 'devel'
3
repos:
4
- repo: https://github.com/pre-commit/mirrors-clang-format
5
- rev: v17.0.2
+ rev: v17.0.4
6
hooks:
7
- id: clang-format
8
args: ['--style={BasedOnStyle: Mozilla, SortIncludes: false}']
@@ -11,7 +11,7 @@ repos:
11
12
- id: trailing-whitespace
13
- repo: https://github.com/psf/black
14
- rev: 23.9.1
+ rev: 23.10.1
15
16
- id: black
17
- repo: https://github.com/cheshirekow/cmake-format-precommit
0 commit comments