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 991817d + 28c5975 commit 7545761Copy full SHA for 7545761
.pre-commit-config.yaml
@@ -1,11 +1,13 @@
1
+ci:
2
+ autoupdate_branch: 'devel'
3
repos:
4
- repo: https://github.com/pre-commit/mirrors-clang-format
- rev: v13.0.1
5
+ rev: v14.0.6
6
hooks:
7
- id: clang-format
- args: [-i, --style=Google]
8
+ args: [--style=Google]
9
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.1.0
10
+ rev: v4.3.0
11
12
- id: check-added-large-files
13
- id: check-ast
@@ -23,10 +25,10 @@ repos:
23
25
- id: mixed-line-ending
24
26
- id: trailing-whitespace
27
- repo: https://github.com/psf/black
- rev: 22.3.0
28
+ rev: 22.6.0
29
30
- id: black
31
- repo: https://github.com/PyCQA/flake8
- rev: 4.0.1
32
+ rev: 5.0.4
33
34
- id: flake8
0 commit comments