Type annotate flake8.options.manager

This commit is contained in:
Anthony Sottile 2019-09-07 14:37:50 -07:00
parent 8cd1e0ecc7
commit 8c4e42afaa
8 changed files with 142 additions and 115 deletions

View file

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