mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
Type annotate flake8.options.manager
This commit is contained in:
parent
8cd1e0ecc7
commit
8c4e42afaa
8 changed files with 142 additions and 115 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue