File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ repos:
2727 - id : check-yaml
2828 - id : check-ast
2929 - repo : https://github.com/astral-sh/ruff-pre-commit
30- rev : v0.11.13
30+ rev : v0.12.9
3131 hooks :
3232 - id : ruff
3333 args : [ --fix, --exit-non-zero-on-fix ]
3434 - id : ruff-format
3535 - repo : https://github.com/pre-commit/mirrors-mypy
36- rev : v1.16.0
36+ rev : v1.17.1
3737 hooks :
3838 - id : mypy
3939 args :
4040 [--install-types, --non-interactive, --config=pyproject.toml]
4141 - repo : https://github.com/igorshubovych/markdownlint-cli
42- rev : v0.43 .0
42+ rev : v0.45 .0
4343 hooks :
4444 - id : markdownlint
4545 args : ["--fix"]
@@ -54,15 +54,15 @@ repos:
5454 additional_dependencies :
5555 - tomli==2.0.1
5656 - repo : https://github.com/ikamensh/flynt
57- rev : 1.0.1
57+ rev : 1.0.6
5858 hooks :
5959 - id : flynt
6060 args :
6161 # --line-length is set to a high value to deal with very long lines
6262 - --line-length
6363 - ' 99999'
6464 - repo : https://github.com/codespell-project/codespell
65- rev : v2.3.0
65+ rev : v2.4.1
6666 hooks :
6767 - id : codespell
6868ci :
You can’t perform that action at this time.
0 commit comments