File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files 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/pre-commit/pre-commit-hooks
5- rev : v4.4 .0
5+ rev : v4.5 .0
66 hooks :
77 - id : trailing-whitespace
88 - id : end-of-file-fixer
1919 hooks :
2020 - id : black
2121 - repo : https://github.com/pre-commit/mirrors-mypy
22- rev : v1.5.1
22+ rev : v1.8.0
2323 hooks :
2424 - id : mypy
2525 additional_dependencies : [types-pyOpenSSL==23.2.0.2, types-requests==2.31.0.10]
2828 hooks :
2929 - id : flake8
3030 - repo : https://github.com/pycqa/isort
31- rev : 5.12.0
31+ rev : 5.13.2
3232 hooks :
3333 - id : isort
3434 - repo : local
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ autobahn==23.1.2
33black==23.9.1
44flake8==6.1.0
55flaky==3.7.0
6- mypy==1.5.1
6+ mypy==1.8.0
77objgraph==3.6.0
88Pillow==10.0.1
99pixelmatch==0.3.0
You can’t perform that action at this time.
0 commit comments