From 760c17b8156db5cbc0662d52d57902939e9e0147 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 12 Mar 2025 08:16:28 +0100 Subject: annotations (#3569) * begin to add annotations to some extensions * break_apart: use path operations * do not follow pyembroidery imports --- mypy.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'mypy.ini') diff --git a/mypy.ini b/mypy.ini index e2563424..49e23d32 100644 --- a/mypy.ini +++ b/mypy.ini @@ -38,3 +38,4 @@ ignore_missing_imports = True # ... And this one is ours but is missing type information for now anyway... [mypy-pyembroidery.*] ignore_missing_imports = True +follow_imports = skip -- cgit v1.2.3