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 @@ -11,31 +11,31 @@ exclude: >
1111repos :
1212
1313 - repo : https://github.com/pre-commit/pre-commit-hooks
14- rev : v4.3 .0
14+ rev : v4.4 .0
1515 hooks :
1616 - id : check-json
1717 - id : check-yaml
1818 - id : end-of-file-fixer
1919 - id : trailing-whitespace
2020
2121 - repo : https://github.com/pycqa/isort
22- rev : 5.10.1
22+ rev : 5.11.4
2323 hooks :
2424 - id : isort
2525
2626 - repo : https://github.com/psf/black
27- rev : 22.6 .0
27+ rev : 22.12 .0
2828 hooks :
2929 - id : black
3030
3131 - repo : https://github.com/PyCQA/flake8
32- rev : 5 .0.4
32+ rev : 6 .0.0
3333 hooks :
3434 - id : flake8
3535 additional_dependencies : [flake8-bugbear~=22.7]
3636
3737 - repo : https://github.com/pre-commit/mirrors-mypy
38- rev : v0.971
38+ rev : v0.991
3939 hooks :
4040 - id : mypy
4141 additional_dependencies : []
You can’t perform that action at this time.
0 commit comments