File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments