File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
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.6 .2
1010 hooks :
1111 - id : prettier
1212 always_run : true
1515 - prettier-plugin-toml
1616 - prettier-plugin-sort-json
1717 - repo : https://github.com/pre-commit/pre-commit-hooks.git
18- rev : v4.6 .0
18+ rev : v6.0 .0
1919 hooks :
2020 - id : end-of-file-fixer
2121 - id : trailing-whitespace
@@ -26,24 +26,24 @@ repos:
2626 - id : debug-statements
2727 language_version : python3
2828 - repo : https://github.com/adrienverge/yamllint.git
29- rev : v1.35 .1
29+ rev : v1.37 .1
3030 hooks :
3131 - id : yamllint
3232 files : \.(yaml|yml)$
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.14.3 "
3737 hooks :
3838 - id : ruff
3939 args : [--fix, --exit-non-zero-on-fix]
40- - repo : https://github.com/psf/black
41- rev : 24.4.2
40+ - repo : https://github.com/psf/black-pre-commit-mirror
41+ rev : 25.9.0
4242 hooks :
4343 - id : black
4444 language_version : python3
4545 - repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.10.0
46+ rev : v1.18.2
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 : v4.0.2
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