Add type annotations for flake8.processor

This commit is contained in:
Anthony Sottile 2019-09-07 23:31:04 -07:00
parent ae2f38fbeb
commit 92fbdda253
3 changed files with 47 additions and 32 deletions

View file

@ -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]