From 5468c5df83c759d4b5792ee5a2722e69ed3bbdd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 4 Mar 2023 11:45:35 +0100 Subject: [PATCH] Depend on prtpy --- mypy.ini | 4 ++++ requirements.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/mypy.ini b/mypy.ini index 31671bd..bdebd71 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,2 +1,6 @@ [mypy] check_untyped_defs = True + +[mypy-prtpy.*] +follow_imports = skip +ignore_missing_imports = True diff --git a/requirements.txt b/requirements.txt index 227bb40..04ae77d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ ruamel.yaml Jinja2 +prtpy