Skip to content

Commit efdcca4

Browse files
committed
Bump mypy version
1 parent f5abb28 commit efdcca4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

repo_helper.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ python_deploy_version: 3.6
1616
use_whey: true
1717
min_coverage: 100
1818
sphinx_html_theme: furo
19-
mypy_version: "0.910"
2019
docs_fail_on_warning: true
2120

2221
conda_channels:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ basepython = python3.6
7272
ignore_errors = True
7373
changedir = {toxinidir}
7474
deps =
75-
mypy==0.910
75+
mypy==0.931
7676
-r{toxinidir}/tests/requirements.txt
7777
commands = mypy flake8_sphinx_links tests {posargs}
7878

0 commit comments

Comments
 (0)