File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33repos :
44- repo : https://github.com/psf/black
5- rev : 24.3 .0
5+ rev : 24.10 .0
66 hooks :
77 - id : black
88 types : []
99 files : ^.*.pyi?$
1010 exclude : ^doc/
1111- repo : https://github.com/pre-commit/pre-commit-hooks
12- rev : v4.6 .0
12+ rev : v5.0 .0
1313 hooks :
1414 - id : no-commit-to-branch
1515 - id : trailing-whitespace
2525 - id : pretty-format-json
2626 args : [--autofix]
2727- repo : https://github.com/PyCQA/flake8
28- rev : 7.0.0
28+ rev : 7.1.1
2929 hooks :
3030 - id : flake8
3131 exclude : ^setup.py$
3535 hooks :
3636 - id : isort
3737- repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v1.9.0
38+ rev : v1.12.1
3939 hooks :
4040 - id : mypy
4141 exclude : (setup.py|tests/.*.py|doc/.*)
You can’t perform that action at this time.
0 commit comments