Skip to content

Commit ada2eab

Browse files
committed
update(hooks): Bump pre-commit hooks versions
1 parent 6ce4369 commit ada2eab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ default_language_version:
1212

1313
repos:
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]
@@ -67,7 +67,7 @@ repos:
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

0 commit comments

Comments
 (0)