mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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:
parent
7731738590
commit
38b85cb8db
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue