summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2019-10-24 18:58:00 -0700
committerTimothy Crosley <timothy.crosley@gmail.com>2019-10-24 18:58:00 -0700
commit5d21f87c442dea4148ae687cb415c7b9a229afa7 (patch)
tree5efe77041659906d9a25677254d0d8bddfcde73a /setup.cfg
parente5baa165073f61de787149c0f34eeea44c6729a7 (diff)
downloadisort-5d21f87c442dea4148ae687cb415c7b9a229afa7.tar.gz
Don't ignore missing imports
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 5ac39b11..32875b6a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,7 +1,6 @@
[mypy]
python_version = 3.6
follow_imports = silent
-ignore_missing_imports = True
disallow_any_generics = True
strict_optional = True
check_untyped_defs = True