Skip to content

Commit 1f94fd1

Browse files
committed
ci: Update of pre-commit hooks, freeze of mypy because of Python supported
1 parent 07d1d11 commit 1f94fd1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,21 @@ repos:
2323
- id: check-yaml
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.13.3
26+
rev: v0.14.10
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.18.2
33+
# pre-commit autoupdate --skip mypy (newer versions require Python 3.9+)
34+
rev: v1.18.2 # frozen: minimum Python version compatibility
3435
hooks:
3536
- id: mypy
3637
additional_dependencies: ['types-all-latest']
3738

3839
- repo: https://github.com/espressif/conventional-precommit-linter
39-
rev: v1.10.0
40+
rev: v1.11.0
4041
hooks:
4142
- id: conventional-precommit-linter
4243
stages: [commit-msg]

0 commit comments

Comments
 (0)