summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-08-14 14:00:30 -0700
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-08-15 00:26:07 -0700
commitfe4b15a71d4c651c933936be2d70c196494e675b (patch)
tree480dd0ac55b992af05696cb1f84ad35f78c686e5 /setup.cfg
parenta5192e329b6baf2dff297adc9ffebe6bb7ded2e6 (diff)
downloadisort-fe4b15a71d4c651c933936be2d70c196494e675b.tar.gz
Enable mypy option disallow_any_generics for stricter type checking
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f8324a66..49a95ee5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -14,6 +14,7 @@ ignore =
python_version = 3.5
follow_imports = silent
ignore_missing_imports = True
+disallow_any_generics = True
strict_optional = True
check_untyped_defs = True
allow_redefinition = True