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 @@ -6,7 +6,7 @@ exclude: |
66repos :
77 - repo : https://github.com/pycontribs/mirrors-prettier
88 # keep it before yamllint
9- rev : v3.3.2
9+ rev : v3.3.3
1010 hooks :
1111 - id : prettier
1212 always_run : true
3333 types : [file, yaml]
3434 entry : yamllint --strict
3535 - repo : https://github.com/astral-sh/ruff-pre-commit
36- rev : " v0.4.10 "
36+ rev : " v0.5.2 "
3737 hooks :
3838 - id : ruff
3939 args : [--fix, --exit-non-zero-on-fix]
4343 - id : black
4444 language_version : python3
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.10.0
46+ rev : v1.10.1
4747 hooks :
4848 - id : mypy
4949 # empty args needed in order to match mypy cli behavior
5454 - packaging
5555 - rich>=11.0.0
5656 - repo : https://github.com/pycqa/pylint
57- rev : v3.2.3
57+ rev : v3.2.5
5858 hooks :
5959 - id : pylint
6060 # see https://github.com/PyCQA/pylint/issues/6535
You can’t perform that action at this time.
0 commit comments