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 60b6105 + bec11d4 commit f3f5457Copy full SHA for f3f5457
.pre-commit-config.yaml
@@ -2,12 +2,12 @@ ci:
2
autoupdate_branch: 'devel'
3
repos:
4
- repo: https://github.com/pre-commit/mirrors-clang-format
5
- rev: v14.0.3
+ rev: v14.0.4-1
6
hooks:
7
- id: clang-format
8
- args: ['-i', '--style={BasedOnStyle: Google, SortIncludes: false}']
+ args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
9
- repo: https://github.com/pre-commit/pre-commit-hooks
10
- rev: v4.2.0
+ rev: v4.3.0
11
12
- id: trailing-whitespace
13
- repo: https://github.com/psf/black
0 commit comments