mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Add type annotations for flake8.processor
This commit is contained in:
parent
ae2f38fbeb
commit
92fbdda253
3 changed files with 47 additions and 32 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue