summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-09-07 14:37:50 -0700
committerAnthony Sottile <asottile@umich.edu>2019-09-07 14:37:50 -0700
commit8c4e42afaa3b25683be167d9b4ac28f8d7d25a4b (patch)
treefebdecfc51fdc956b2582f509f8fabd146a44def /setup.cfg
parent8cd1e0ecc7b137ce9d6aaf074a5f93024269174d (diff)
downloadflake8-8c4e42afaa3b25683be167d9b4ac28f8d7d25a4b.tar.gz
Type annotate flake8.options.manager
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index addb35c..e27d223 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -118,6 +118,8 @@ disallow_untyped_defs = true
disallow_untyped_defs = true
[mypy-flake8.formatting.*]
disallow_untyped_defs = true
+[mypy-flake8.options.manager]
+disallow_untyped_defs = true
[mypy-flake8.main.cli]
disallow_untyped_defs = true
[mypy-flake8.statistics]