Skip to content

Commit efacbbe

Browse files
committed
Revert "Bump mypy version."
This reverts commit 87f4c11.
1 parent 87f4c11 commit efacbbe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use_flit: true
1313
min_coverage: 90
1414
docs_fail_on_warning: true
1515
tox_testenv_extras: all
16-
mypy_version: "0.941"
16+
mypy_version: "0.931"
1717

1818
conda_extras:
1919
- none

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ coverage-pyver-pragma>=0.2.1
66
domdf-python-tools[testing]>=2.0.1
77
importlib-metadata>=3.6.0
88
iniconfig!=1.1.0,>=1.0.1
9-
mypy==0.941; platform_python_implementation == "CPython"
9+
mypy==0.931; platform_python_implementation == "CPython"
1010
pytest>=6.0.0
1111
pytest-cov>=2.8.1
1212
pytest-mypy-plugins>=1.9.1; platform_python_implementation == "CPython"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ ignore_errors = True
101101
changedir = {toxinidir}
102102
extras = all
103103
deps =
104-
mypy==0.941
104+
mypy==0.931
105105
-r{toxinidir}/tests/requirements.txt
106106
-r{toxinidir}/stubs.txt
107107
commands = mypy consolekit tests {posargs}

0 commit comments

Comments
 (0)