Add type annotations to flake8.styleguide

This commit is contained in:
Anthony Sottile 2019-09-07 23:06:59 -07:00
parent a13f02a386
commit ae2f38fbeb
2 changed files with 36 additions and 14 deletions

View file

@ -124,6 +124,8 @@ disallow_untyped_defs = true
disallow_untyped_defs = true
[mypy-flake8.statistics]
disallow_untyped_defs = true
[mypy-flake8.style_guide]
disallow_untyped_defs = true
[mypy-flake8.utils]
disallow_untyped_defs = true