We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e49c4a2 commit 86884a0Copy full SHA for 86884a0
1 file changed
setup.cfg
@@ -48,6 +48,8 @@ use_parentheses = True
48
49
[mypy]
50
ignore_missing_imports = True
51
+python_version = 3.7
52
+strict = True
53
54
[tox:tox]
55
envlist = py36, py37, py38
0 commit comments