Add ngclient to mypy

Extend mypy to include all files under ngclient.

Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
This commit is contained in:
Teodora Sechkova 2021-07-09 14:06:36 +03:00
parent 7731738590
commit 38b85cb8db
No known key found for this signature in database
GPG key ID: 65F78F613EA1914E

View file

@ -15,7 +15,10 @@ warn_unreachable = True
strict_equality = True
disallow_untyped_defs = True
disallow_untyped_calls = True
files = tuf/api/, tuf/exceptions.py
files =
tuf/api/,
tuf/ngclient,
tuf/exceptions.py
[mypy-securesystemslib.*]
ignore_missing_imports = True