We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56b4d0b + 40fc66d commit fe4017fCopy full SHA for fe4017f
1 file changed
.pre-commit-config.yaml
@@ -18,20 +18,20 @@ repos:
18
args: [-f=lf]
19
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
- rev: v0.13.3
+ rev: v0.14.10
22
hooks:
23
- id: ruff
24
args: [--fix, --exit-non-zero-on-fix]
25
- id: ruff-format
26
27
- repo: https://github.com/pre-commit/mirrors-mypy
28
- rev: v1.18.2
+ rev: v1.19.1
29
30
- id: mypy
31
additional_dependencies: []
32
33
- repo: https://github.com/espressif/conventional-precommit-linter
34
- rev: v1.10.0
+ rev: v1.11.0
35
36
- id: conventional-precommit-linter
37
stages: [commit-msg]
@@ -44,6 +44,6 @@ repos:
44
- tomli
45
46
- repo: https://github.com/lyz-code/yamlfix/
47
- rev: 1.18.0
+ rev: 1.19.1
48
49
- id: yamlfix
0 commit comments