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 @@ -4,16 +4,16 @@ default_language_version:
44 python : python3.8
55repos :
66- repo : https://github.com/astral-sh/ruff-pre-commit
7- rev : v0.5.0
7+ rev : v0.13.3
88 hooks :
99 - id : ruff
10- - repo : https://github.com/psf/black
11- rev : 24.4.2
10+ - repo : https://github.com/psf/black-pre-commit-mirror
11+ rev : 25.9.0
1212 hooks :
1313 - id : black
1414 pass_filenames : true
1515- repo : https://github.com/pre-commit/pre-commit-hooks
16- rev : v4.6 .0
16+ rev : v6.0 .0
1717 hooks :
1818 - id : check-json
1919 - id : check-yaml
2929 - id : rst-backticks
3030
3131- repo : https://github.com/pre-commit/mirrors-mypy
32- rev : ' v1.10.1 ' # Use the sha / tag you want to point at
32+ rev : ' v1.18.2 ' # Use the sha / tag you want to point at
3333 hooks :
3434 - id : mypy
You can’t perform that action at this time.
0 commit comments