From 284c0e4fc58f74345f7cbaed74a046abb9ed19df Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sun, 10 Mar 2024 14:30:30 +0100 Subject: [PATCH] Ignore fonttools for typing --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) 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