mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
add typing to src/flake8/__init__.py
This commit is contained in:
parent
002a99ec1b
commit
5bed787883
2 changed files with 8 additions and 1 deletions
|
|
@ -107,6 +107,8 @@ no_implicit_optional = true
|
|||
warn_unused_ignores = true
|
||||
|
||||
# TODO: until we opt in all the modules
|
||||
[mypy-flake8.__init__]
|
||||
disallow_untyped_defs = true
|
||||
[mypy-flake8.defaults]
|
||||
disallow_untyped_defs = true
|
||||
[mypy-flake8.exceptions]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue