Skip to content

Commit c67a536

Browse files
committed
Add ngclient to mypy
Extend mypy to icnlude all files under ngclient. Signed-off-by: Teodora Sechkova <tsechkova@vmware.com>
1 parent 729b2c8 commit c67a536

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

setup.cfg

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ warn_unreachable = True
1515
strict_equality = True
1616
disallow_untyped_defs = True
1717
disallow_untyped_calls = True
18-
files = tuf/api/, tuf/exceptions.py
18+
files =
19+
tuf/api/,
20+
tuf/ngclient,
21+
tuf/exceptions.py
1922

2023
[mypy-securesystemslib.*]
2124
ignore_missing_imports = True

0 commit comments

Comments
 (0)