summaryrefslogtreecommitdiff
path: root/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 /mypy.ini
parent17c6b9e31f9910c30ac660476e7bed8103f3935e (diff)
moved tox to testenv
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/mypy.ini b/mypy.ini
deleted file mode 100644
index df6699a4..00000000
--- a/mypy.ini
+++ /dev/null
@@ -1,5 +0,0 @@
-[mypy]
-python_version = 3.7
-ignore_missing_imports = True
-disallow_untyped_defs = True
-strict_optional = True