diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-03-12 08:16:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 08:16:28 +0100 |
| commit | 760c17b8156db5cbc0662d52d57902939e9e0147 (patch) | |
| tree | 0a11bc197cdffaa59be23263b625ffec31d84bf0 /mypy.ini | |
| parent | e3ac18d6433a2c79b185400e6c7f5380ff71eb1e (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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
