Skip to content

Commit 86884a0

Browse files
committed
Run mypy against python 3.7
1 parent e49c4a2 commit 86884a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ use_parentheses = True
4848

4949
[mypy]
5050
ignore_missing_imports = True
51+
python_version = 3.7
52+
strict = True
5153

5254
[tox:tox]
5355
envlist = py36, py37, py38

0 commit comments

Comments
 (0)