summaryrefslogtreecommitdiff
path: root/testenv/mypy.ini
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-16 09:25:39 +0300
committerDevaev Maxim <[email protected]>2018-11-16 09:25:39 +0300
commitcd6e490d0f68147980dcf62bea5aace1b05d59e6 (patch)
tree76cb1a6f66ca4b50236333588c51190570c418ef /testenv/mypy.ini
parent17c6b9e31f9910c30ac660476e7bed8103f3935e (diff)
moved tox to testenv
Diffstat (limited to 'testenv/mypy.ini')
-rw-r--r--testenv/mypy.ini5
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