supported python 3.7

This commit is contained in:
Devaev Maxim
2018-08-17 23:09:30 +03:00
parent 992abfe2d8
commit 765a86c47b
3 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[mypy]
python_version = 3.6
python_version = 3.7
ignore_missing_imports = True
disallow_untyped_defs = True
strict_optional = True