Skip to content

Commit 5484a2b

Browse files
committed
Bump mypy version
1 parent fb9d112 commit 5484a2b

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
@@ -15,7 +15,6 @@ python_deploy_version: 3.6
1515
use_whey: true
1616
min_coverage: 100
1717
sphinx_html_theme: furo
18-
mypy_version: "0.910"
1918
docs_fail_on_warning: true
2019

2120
conda_channels:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ basepython = python3.6
102102
ignore_errors = True
103103
changedir = {toxinidir}
104104
deps =
105-
mypy==0.910
105+
mypy==0.931
106106
-r{toxinidir}/tests/requirements.txt
107107
commands = mypy flake8_slots tests {posargs}
108108

0 commit comments

Comments
 (0)