File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ default_language_version:
1212
1313repos :
1414 - repo : https://github.com/pre-commit/pre-commit-hooks
15- rev : " v4.5 .0"
15+ rev : " v5.0 .0"
1616 hooks :
1717 - id : check-case-conflict
1818 - id : check-symlinks
@@ -47,13 +47,13 @@ repos:
4747 types_or : [c, c++]
4848 exclude : ^.*\/build_opt\.h$
4949 - repo : https://github.com/psf/black-pre-commit-mirror
50- rev : " 22 .10.0"
50+ rev : " 24 .10.0"
5151 hooks :
5252 - id : black
5353 types_or : [python]
5454 args : [--line-length=120] # From the arduino code style. Add as argument rather than creating a new config file.
5555 - repo : https://github.com/PyCQA/flake8
56- rev : " 7.0.0 "
56+ rev : " 7.1.1 "
5757 hooks :
5858 - id : flake8
5959 types_or : [python]
6767 - id : prettier
6868 types_or : [yaml]
6969 - repo : https://github.com/errata-ai/vale
70- rev : " v3.0.7 "
70+ rev : " v3.9.1 "
7171 hooks :
7272 - id : vale
7373 name : vale-sync
You can’t perform that action at this time.
0 commit comments