File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ use_flit: true
13
13
min_coverage : 90
14
14
docs_fail_on_warning : true
15
15
tox_testenv_extras : all
16
- mypy_version : " 0.941 "
16
+ mypy_version : " 0.931 "
17
17
18
18
conda_extras :
19
19
- none
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
6
6
domdf-python-tools [testing ]>= 2.0.1
7
7
importlib-metadata >= 3.6.0
8
8
iniconfig != 1.1.0 ,>= 1.0.1
9
- mypy == 0.941 ; platform_python_implementation == "CPython"
9
+ mypy == 0.931 ; platform_python_implementation == "CPython"
10
10
pytest >= 6.0.0
11
11
pytest-cov >= 2.8.1
12
12
pytest-mypy-plugins >= 1.9.1 ; platform_python_implementation == "CPython"
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ ignore_errors = True
101
101
changedir = {toxinidir}
102
102
extras = all
103
103
deps =
104
- mypy ==0.941
104
+ mypy ==0.931
105
105
-r{toxinidir}/tests/requirements.txt
106
106
-r{toxinidir}/stubs.txt
107
107
commands = mypy consolekit tests {posargs}
You can’t perform that action at this time.
0 commit comments