diff options
author | Devaev Maxim <[email protected]> | 2018-11-16 09:25:39 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-16 09:25:39 +0300 |
commit | cd6e490d0f68147980dcf62bea5aace1b05d59e6 (patch) | |
tree | 76cb1a6f66ca4b50236333588c51190570c418ef /testenv/mypy.ini | |
parent | 17c6b9e31f9910c30ac660476e7bed8103f3935e (diff) |
moved tox to testenv
Diffstat (limited to 'testenv/mypy.ini')
-rw-r--r-- | testenv/mypy.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testenv/mypy.ini b/testenv/mypy.ini new file mode 100644 index 00000000..df6699a4 --- /dev/null +++ b/testenv/mypy.ini @@ -0,0 +1,5 @@ +[mypy] +python_version = 3.7 +ignore_missing_imports = True +disallow_untyped_defs = True +strict_optional = True |