summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-09-07 23:31:04 -0700
committerAnthony Sottile <asottile@umich.edu>2019-09-07 23:31:43 -0700
commit92fbdda253319b958398593d2166bf3eb54d7192 (patch)
tree2e12a21977d9d4b17b52dcf3e7f69d3dd07354a0 /setup.cfg
parentae2f38fbeb9af804f11b67d0e74fb2d42840a7bb (diff)
downloadflake8-92fbdda253319b958398593d2166bf3eb54d7192.tar.gz
Add type annotations for flake8.processor
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 e01a414..45cf4cf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -122,6 +122,8 @@ disallow_untyped_defs = true
disallow_untyped_defs = true
[mypy-flake8.main.cli]
disallow_untyped_defs = true
+[mypy-flake8.processor]
+disallow_untyped_defs = true
[mypy-flake8.statistics]
disallow_untyped_defs = true
[mypy-flake8.style_guide]