File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
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/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : check-added-large-files
88 - id : check-toml
99 - id : check-yaml
1010 - id : end-of-file-fixer
1111 - id : trailing-whitespace
1212 - repo : https://github.com/psf/black
13- rev : 23.3.0
13+ rev : 23.12.1
1414 hooks :
1515 - id : black
1616 - repo : https://github.com/PyCQA/flake8
17- rev : 6.0 .0
17+ rev : 6.1 .0
1818 hooks :
1919 - id : flake8
2020 - repo : https://github.com/PyCQA/isort
21- rev : 5.12.0
21+ rev : 5.13.2
2222 hooks :
2323 - id : isort
2424 - repo : https://github.com/pre-commit/mirrors-mypy
25- rev : v1.4.1
25+ rev : v1.8.0
2626 hooks :
2727 - id : mypy
2828 files : ' src/'
2929 - repo : https://github.com/python-poetry/poetry
30- rev : 1.5 .0
30+ rev : 1.7 .0
3131 hooks :
3232 - id : poetry-check
3333 - id : poetry-lock
You can’t perform that action at this time.
0 commit comments