mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-06 04:56:54 +00:00
type the rest of the legacy api
This commit is contained in:
parent
1c3fef6cda
commit
78b2db4072
3 changed files with 45 additions and 43 deletions
|
|
@ -106,9 +106,5 @@ disallow_untyped_defs = true
|
|||
no_implicit_optional = true
|
||||
warn_unused_ignores = true
|
||||
|
||||
# TODO: fix these
|
||||
[mypy-flake8.api.legacy]
|
||||
disallow_untyped_defs = false
|
||||
|
||||
[mypy-tests.*]
|
||||
disallow_untyped_defs = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue