File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ default_language_version:
12
12
13
13
repos :
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : " v4.5 .0"
15
+ rev : " v5.0 .0"
16
16
hooks :
17
17
- id : check-case-conflict
18
18
- id : check-symlinks
@@ -47,13 +47,13 @@ repos:
47
47
types_or : [c, c++]
48
48
exclude : ^.*\/build_opt\.h$
49
49
- repo : https://github.com/psf/black-pre-commit-mirror
50
- rev : " 22 .10.0"
50
+ rev : " 24 .10.0"
51
51
hooks :
52
52
- id : black
53
53
types_or : [python]
54
54
args : [--line-length=120] # From the arduino code style. Add as argument rather than creating a new config file.
55
55
- repo : https://github.com/PyCQA/flake8
56
- rev : " 7.0.0 "
56
+ rev : " 7.1.1 "
57
57
hooks :
58
58
- id : flake8
59
59
types_or : [python]
67
67
- id : prettier
68
68
types_or : [yaml]
69
69
- repo : https://github.com/errata-ai/vale
70
- rev : " v3.0.7 "
70
+ rev : " v3.9.1 "
71
71
hooks :
72
72
- id : vale
73
73
name : vale-sync
You can’t perform that action at this time.
0 commit comments