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 33a8c5a + b1bd215 commit 116c7c6Copy full SHA for 116c7c6
.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: v14.0.5
+ rev: v14.0.6
6
hooks:
7
- id: clang-format
8
args: ['--style={BasedOnStyle: Google, SortIncludes: false}']
@@ -11,6 +11,6 @@ repos:
11
12
- id: trailing-whitespace
13
- repo: https://github.com/psf/black
14
- rev: 22.3.0
+ rev: 22.6.0
15
16
- id: black
0 commit comments