We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9d112 commit 5484a2bCopy full SHA for 5484a2b
repo_helper.yml
@@ -15,7 +15,6 @@ python_deploy_version: 3.6
15
use_whey: true
16
min_coverage: 100
17
sphinx_html_theme: furo
18
-mypy_version: "0.910"
19
docs_fail_on_warning: true
20
21
conda_channels:
tox.ini
@@ -102,7 +102,7 @@ basepython = python3.6
102
ignore_errors = True
103
changedir = {toxinidir}
104
deps =
105
- mypy==0.910
+ mypy==0.931
106
-r{toxinidir}/tests/requirements.txt
107
commands = mypy flake8_slots tests {posargs}
108
0 commit comments