summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
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 ea0a52c..fa4ff5d 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -85,6 +85,7 @@ disallow_subclassing_any = True
disallow_untyped_calls = True
disallow_untyped_defs = True
disallow_incomplete_defs = True
+disallow_any_generics = True
check_untyped_defs = True
no_implicit_optional = True
local_partial_types = True