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 f5abb28 commit efdcca4Copy full SHA for efdcca4
repo_helper.yml
@@ -16,7 +16,6 @@ python_deploy_version: 3.6
16
use_whey: true
17
min_coverage: 100
18
sphinx_html_theme: furo
19
-mypy_version: "0.910"
20
docs_fail_on_warning: true
21
22
conda_channels:
tox.ini
@@ -72,7 +72,7 @@ basepython = python3.6
72
ignore_errors = True
73
changedir = {toxinidir}
74
deps =
75
- mypy==0.910
+ mypy==0.931
76
-r{toxinidir}/tests/requirements.txt
77
commands = mypy flake8_sphinx_links tests {posargs}
78
0 commit comments