File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v4.5.0
3
+ rev : ' v4.5.0'
4
4
hooks :
5
5
- id : check-case-conflict
6
6
- id : check-symlinks
@@ -15,25 +15,25 @@ repos:
15
15
args :
16
16
- --markdown-linebreak-ext=md
17
17
- repo : https://github.com/codespell-project/codespell
18
- rev : v2.2.4
18
+ rev : ' v2.2.4'
19
19
hooks :
20
20
- id : codespell
21
21
- repo : https://github.com/pre-commit/mirrors-clang-format
22
- rev : v15.0.7
22
+ rev : ' v15.0.7'
23
23
hooks :
24
24
- id : clang-format
25
25
types_or :
26
26
- c
27
27
- c++
28
28
- repo : https://github.com/psf/black-pre-commit-mirror
29
- rev : 22.10.0
29
+ rev : ' 22.10.0'
30
30
hooks :
31
31
- id : black
32
32
language_version : python3.8
33
33
args :
34
34
- --line-length=120 # From the arduino code style. Add as argument rather than creating a new config file.
35
35
- repo : https://github.com/PyCQA/flake8
36
- rev : 7.0.0
36
+ rev : ' 7.0.0'
37
37
hooks :
38
38
- id : flake8
39
39
types_or :
@@ -43,13 +43,13 @@ repos:
43
43
- flake8-comprehensions
44
44
- flake8-simplify
45
45
- repo : https://github.com/pre-commit/mirrors-prettier
46
- rev : v3.1.0
46
+ rev : ' v3.1.0'
47
47
hooks :
48
48
- id : prettier
49
49
types_or :
50
50
- yaml
51
51
- repo : https://github.com/adrienverge/yamllint
52
- rev : v1.33.0
52
+ rev : ' v1.33.0'
53
53
hooks :
54
54
- id : yamllint
55
55
types_or :
Original file line number Diff line number Diff line change @@ -72,5 +72,5 @@ yaml-files:
72
72
73
73
ignore : |
74
74
/.git/
75
- .clang-format
75
+ / .clang-format
76
76
__pycache__/
You can’t perform that action at this time.
0 commit comments