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:
15
15
- id : check-executables-have-shebangs
16
16
- id : check-merge-conflict
17
17
- repo : https://github.com/psf/black
18
- rev : 23.1.0
18
+ rev : 23.9.1
19
19
hooks :
20
20
- id : black
21
21
- repo : https://github.com/pre-commit/mirrors-mypy
22
- rev : v0.982
22
+ rev : v1.5.1
23
23
hooks :
24
24
- id : mypy
25
- additional_dependencies : [types-pyOpenSSL==22.1 .0.1 ]
25
+ additional_dependencies : [types-pyOpenSSL==23.2 .0.2 ]
26
26
- repo : https://github.com/pycqa/flake8
27
- rev : 5.0.4
27
+ rev : 6.1.0
28
28
hooks :
29
29
- id : flake8
30
30
- 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
5
5
flaky==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
9
9
pixelmatch==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
15
15
pytest-repeat==0.9.1
16
16
pytest-timeout==2.1.0
17
- pytest-xdist==3.1.0
17
+ pytest-xdist==3.3.1
18
18
requests==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
21
21
twine==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
21
21
warn_unused_configs = true
22
22
check_untyped_defs = true
23
23
disallow_untyped_defs = true
24
+ no_implicit_optional = false
24
25
25
26
[[tool .mypy .overrides ]]
26
27
module = " tests/async.*"
You can’t perform that action at this time.
0 commit comments