Skip to content

Commit 616c6cd

Browse files
committed
Bump mypy version
1 parent ab4ef7d commit 616c6cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use_flit: true
1313
min_coverage: 90
1414
docs_fail_on_warning: true
1515
tox_testenv_extras: all
16-
mypy_version: "0.931"
16+
mypy_version: "0.971"
1717
python_deploy_version: 3.6
1818

1919
conda_extras:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ ignore_errors = True
135135
changedir = {toxinidir}
136136
extras = all
137137
deps =
138-
mypy==0.931
138+
mypy==0.971
139139
-r{toxinidir}/tests/requirements.txt
140140
-r{toxinidir}/stubs.txt
141141
commands = mypy consolekit tests {posargs}

0 commit comments

Comments
 (0)