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 33exclude : ^(api_protobuf/.*|docs/protobuf_docs\.md|dhaul_openapi/messages/.*)$
44repos :
55 - repo : https://github.com/pre-commit/pre-commit-hooks
6- rev : v5 .0.0
6+ rev : v6 .0.0
77 hooks :
88 - id : check-yaml
99 - id : end-of-file-fixer
@@ -16,20 +16,20 @@ repos:
1616 - id : check-merge-conflict
1717 - id : check-added-large-files
1818 - repo : https://github.com/psf/black
19- rev : 24.10 .0
19+ rev : 25.1 .0
2020 hooks :
2121 - id : black
2222 args : [--config=pyproject.toml]
2323 - repo : https://github.com/PyCQA/isort
24- rev : 5.13.2
24+ rev : 6.0.1
2525 hooks :
2626 - id : isort
2727 - repo : https://github.com/pre-commit/mirrors-mypy
28- rev : " v1.13.0 "
28+ rev : " v1.17.1 "
2929 hooks :
3030 - id : mypy
3131 - repo : https://github.com/PyCQA/docformatter
32- rev : eb1df347edd128b30cd3368dddc3aa65edcfac38
32+ rev : v1.7.7
3333 # TODO: Switch back to upstream docformatter
3434 # after https://github.com/PyCQA/docformatter/issues/289 is fixed
3535 hooks :
4242 hooks :
4343 - id : autoflake
4444 - repo : https://github.com/pycqa/flake8
45- rev : 7.1.1
45+ rev : 7.3.0
4646 hooks :
4747 - id : flake8
4848 entry : flake8
@@ -54,11 +54,11 @@ repos:
5454 args : ["-t=3.9-", "--violations"]
5555 # (if your target is specified in a Vermin config, you may omit the 'args' entry entirely)
5656 - repo : https://github.com/adrienverge/yamllint.git
57- rev : v1.35 .1
57+ rev : v1.37 .1
5858 hooks :
5959 - id : yamllint
6060 - repo : https://github.com/igorshubovych/markdownlint-cli
61- rev : v0.42 .0
61+ rev : v0.45 .0
6262 hooks :
6363 - id : markdownlint-fix
6464 - id : markdownlint
You can’t perform that action at this time.
0 commit comments