diff --git a/pyproject.toml b/pyproject.toml index 847f832..d7e33c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,3 +57,7 @@ testpaths = [ "tests", ] asyncio_mode = "auto" + +[[tool.mypy.overrides]] +module = "fontTools.*" +ignore_missing_imports = true