Skip to content

Commit 33294c1

Browse files
committed
Bump mypy version
1 parent 2051d25 commit 33294c1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

setup.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,5 @@
66
# * mypy
77
# * options.entry_points
88

9-
[mypy]
10-
python_version = 3.6
11-
namespace_packages = True
12-
check_untyped_defs = True
13-
warn_unused_ignores = True
14-
no_implicit_optional = True
15-
169
[options.entry_points]
1710
flake8.extension = STRFTIME=flake8_strftime:Plugin

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ basepython = python3.6
6060
ignore_errors = True
6161
changedir = {toxinidir}
6262
deps =
63-
mypy==0.812
63+
mypy==0.910
6464
-r{toxinidir}/tests/requirements.txt
6565
commands = mypy flake8_strftime tests {posargs}
6666

0 commit comments

Comments
 (0)