summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorKaalleen <36401965+kaalleen@users.noreply.github.com>2025-03-12 08:16:28 +0100
committerGitHub <noreply@github.com>2025-03-12 08:16:28 +0100
commit760c17b8156db5cbc0662d52d57902939e9e0147 (patch)
tree0a11bc197cdffaa59be23263b625ffec31d84bf0 /mypy.ini
parente3ac18d6433a2c79b185400e6c7f5380ff71eb1e (diff)
annotations (#3569)
* begin to add annotations to some extensions * break_apart: use path operations * do not follow pyembroidery imports
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 1 insertions, 0 deletions
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