We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 996eef4 + dc98a3b commit 0f11fcdCopy full SHA for 0f11fcd
.pre-commit-config.yaml
@@ -23,14 +23,14 @@ repos:
23
exclude: ^test/host_test/inputs
24
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.12.11
+ rev: v0.14.10
27
hooks:
28
- id: ruff
29
args: [--fix, --exit-non-zero-on-fix]
30
- id: ruff-format
31
32
- repo: https://github.com/pre-commit/mirrors-mypy
33
- rev: 'v1.17.1'
+ rev: 'v1.19.1'
34
35
- id: mypy
36
@@ -42,7 +42,7 @@ repos:
42
- tomli
43
44
- repo: https://github.com/espressif/conventional-precommit-linter
45
- rev: v1.10.0
+ rev: v1.11.0
46
47
- id: conventional-precommit-linter
48
stages: [commit-msg]
0 commit comments