From 30a9b88cff5f6aed9d882e3cec04f66f324e2269 Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Sat, 13 Jul 2024 07:40:43 +0200 Subject: [PATCH] Ignore cffsubr for type checking --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 513e32d..53ecd7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,3 +67,7 @@ ignore_missing_imports = true [[tool.mypy.overrides]] module = "fontmake.*" ignore_missing_imports = true + +[[tool.mypy.overrides]] +module = "cffsubr.*" +ignore_missing_imports = true