File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616repos :
1717 - repo : https://github.com/pre-commit/pre-commit-hooks
18- rev : v5 .0.0
18+ rev : v6 .0.0
1919 hooks :
2020 - id : check-added-large-files
2121 - id : check-docstring-first
3434 - id : trailing-whitespace
3535
3636 - repo : https://github.com/astral-sh/ruff-pre-commit
37- rev : " v0.12.2 "
37+ rev : " v0.13.3 "
3838 hooks :
3939 - id : ruff-check
4040 args : [ "--fix" ]
4343 types_or : [python, pyi, jupyter]
4444
4545 - repo : https://github.com/keewis/blackdoc
46- rev : v0.4.1
46+ rev : v0.4.3
4747 hooks :
4848 - id : blackdoc
4949 additional_dependencies : ["black==25.1.0"]
6262 ]
6363
6464 - repo : https://github.com/pre-commit/mirrors-mypy
65- rev : " v1.16.1 "
65+ rev : " v1.18.2 "
6666 hooks :
6767 - id : mypy
6868 exclude : " asv_bench"
7878 ]
7979
8080 - repo : https://github.com/python-jsonschema/check-jsonschema
81- rev : 0.33.2
81+ rev : 0.34.0
8282 hooks :
8383 - id : check-github-workflows
8484 - id : check-readthedocs
You can’t perform that action at this time.
0 commit comments