From 38b85cb8dbffa94bde24edb889a49c5559abc2f1 Mon Sep 17 00:00:00 2001 From: Teodora Sechkova Date: Fri, 9 Jul 2021 14:06:36 +0300 Subject: [PATCH] Add ngclient to mypy Extend mypy to include all files under ngclient. Signed-off-by: Teodora Sechkova --- setup.cfg | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 26c0d092..f75bf179 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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