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 /mypy.ini | |
parent | 17c6b9e31f9910c30ac660476e7bed8103f3935e (diff) |
moved tox to testenv
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 5 |
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 |