mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 13:06:53 +00:00
Add type annotations to flake8.styleguide
This commit is contained in:
parent
a13f02a386
commit
ae2f38fbeb
2 changed files with 36 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue