Skip to content

Commit 6e35f99

Browse files
committed
Bump mypy version.
1 parent 19351a9 commit 6e35f99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

repo_helper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ use_whey: true
1515
min_coverage: 95
1616
sphinx_html_theme: furo
1717
preserve_custom_theme: true
18-
mypy_version: "0.910"
1918
docs_fail_on_warning: true
2019

2120
python_versions:
2221
- '3.6'
2322
- '3.7'
2423
- '3.8'
2524
- '3.9'
26-
- 3.10-dev
25+
- "3.10"
26+
- 3.11-dev
2727

2828
keywords:
2929
- formatting

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ basepython = python3.6
107107
ignore_errors = True
108108
changedir = {toxinidir}
109109
deps =
110-
mypy==0.910
110+
mypy==0.931
111111
-r{toxinidir}/tests/requirements.txt
112112
commands = mypy snippet_fmt tests {posargs}
113113

0 commit comments

Comments
 (0)