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.
1 parent da4ec89 commit bf40c44Copy full SHA for bf40c44
.pre-commit-config.yaml
@@ -3,16 +3,19 @@ repos:
3
rev: v4.5.0
4
hooks:
5
- id: trailing-whitespace
6
+ - repo: https://github.com/pre-commit/mirrors-yapf
7
+ rev: 'v0.32.0'
8
+ hooks:
9
+ - id: yapf
10
- repo: https://github.com/pycqa/flake8
11
rev: '3.8.2'
12
13
- id: flake8
- - repo: https://github.com/pre-commit/mirrors-yapf
- rev: 'v0.32.0'
14
+ - repo: https://github.com/pre-commit/mirrors-clang-format
15
+ rev: 'v17.0.6'
16
- - id: yapf
- - repo: https://gitlab.com/daverona/pre-commit/cpp
- rev: '0.8.0'
17
+ - id: clang-format
18
+ - repo: https://github.com/cpplint/cpplint
19
+ rev: '1.6.1'
20
21
- id: cpplint
- - id: clang-format
0 commit comments