File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,23 @@ repos:
2020 - id : check-merge-conflict
2121 - id : check-yaml
2222 - repo : https://github.com/pre-commit/mirrors-mypy
23- rev : v1.18.2
23+ rev : v1.19.1
2424 hooks :
2525 - id : mypy
2626 args : [--ignore-missing-imports]
2727 additional_dependencies : [types-redis]
2828 - repo : https://github.com/astral-sh/ruff-pre-commit
29- rev : " v0.14.5 "
29+ rev : " v0.14.10 "
3030 hooks :
3131 - id : ruff
3232 args : [--exit-non-zero-on-fix]
3333 - id : ruff-format
3434 - repo : https://github.com/astral-sh/uv-pre-commit
35- rev : 0.9.10
35+ rev : 0.9.18
3636 hooks :
3737 - id : uv-lock
3838 - repo : https://github.com/iwpnd/pre-commit-devmoji
39- rev : v0.0.5
39+ rev : v0.0.6
4040 hooks :
4141 - id : devmoji
4242 stages : [prepare-commit-msg]
You can’t perform that action at this time.
0 commit comments