Skip to content

Commit d9cbe4d

Browse files
committed
Bump mypy version.
1 parent 3d73f64 commit d9cbe4d

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
@@ -13,7 +13,6 @@ requires_python: 3.6
1313
min_coverage: 95
1414
tox_testenv_extras: all
1515
docs_fail_on_warning: true
16-
mypy_version: "0.930"
1716

1817
conda_channels:
1918
- conda-forge

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ ignore_errors = True
9595
changedir = {toxinidir}
9696
extras = all
9797
deps =
98-
mypy==0.930
98+
mypy==0.931
9999
-r{toxinidir}/tests/requirements.txt
100100
-r{toxinidir}/stubs.txt
101101
pprint36

0 commit comments

Comments
 (0)