File tree Expand file tree Collapse file tree 4 files changed +23
-22
lines changed Expand file tree Collapse file tree 4 files changed +23
-22
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ repos:
1515 - id : check-executables-have-shebangs
1616 - id : check-merge-conflict
1717 - repo : https://github.com/psf/black
18- rev : 23.1.0
18+ rev : 23.9.1
1919 hooks :
2020 - id : black
2121 - repo : https://github.com/pre-commit/mirrors-mypy
22- rev : v0.982
22+ rev : v1.5.1
2323 hooks :
2424 - id : mypy
25- additional_dependencies : [types-pyOpenSSL==22.1 .0.1 ]
25+ additional_dependencies : [types-pyOpenSSL==23.2 .0.2 ]
2626 - repo : https://github.com/pycqa/flake8
27- rev : 5.0.4
27+ rev : 6.1.0
2828 hooks :
2929 - id : flake8
3030 - repo : https://github.com/pycqa/isort
Original file line number Diff line number Diff line change 1- auditwheel==5.3 .0
2- autobahn==23.1.1
3- black==23.1.0
4- flake8==5.0.4
1+ auditwheel==5.4 .0
2+ autobahn==23.1.2
3+ black==23.9.1
4+ flake8==6.1.0
55flaky==3.7.0
6- mypy==0.982
7- objgraph==3.5 .0
8- Pillow==9.4 .0
6+ mypy==1.5.1
7+ objgraph==3.6 .0
8+ Pillow==10.0 .0
99pixelmatch==0.3.0
10- pre-commit==2.20 .0
11- pyOpenSSL==23.0 .0
12- pytest==7.2.1
13- pytest-asyncio==0.20.3
14- pytest-cov==4.0 .0
10+ pre-commit==3.4 .0
11+ pyOpenSSL==23.2 .0
12+ pytest==7.4.2
13+ pytest-asyncio==0.21.1
14+ pytest-cov==4.1 .0
1515pytest-repeat==0.9.1
1616pytest-timeout==2.1.0
17- pytest-xdist==3.1.0
17+ pytest-xdist==3.3.1
1818requests==2.31.0
19- service_identity==21 .1.0
20- setuptools==67.1.0
19+ service_identity==23 .1.0
20+ setuptools==68.2.2
2121twine==4.0.2
22- twisted==22.10 .0
23- types-pyOpenSSL==23.0 .0.2
24- wheel==0.38.4
22+ twisted==23.8 .0
23+ types-pyOpenSSL==23.2 .0.2
24+ wheel==0.41.2
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ warn_redundant_casts = true
2121warn_unused_configs = true
2222check_untyped_defs = true
2323disallow_untyped_defs = true
24+ no_implicit_optional = false
2425
2526[[tool .mypy .overrides ]]
2627module = " tests/async.*"
You can’t perform that action at this time.
0 commit comments