From c0630c2b64cdf0e1949f4dd4af53ebf3697dc648 Mon Sep 17 00:00:00 2001 From: Eugene Mikhantyev Date: Sun, 5 Apr 2026 21:26:05 +0100 Subject: [PATCH] chore: remove unused mypy overrides for cairosvg, kipy, schematic These packages are not imported anywhere in the codebase, so their ignore_missing_imports overrides were unnecessary. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9600547..3401c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,11 +44,5 @@ module = [ "skip.*", "sexpdata", "sexpdata.*", - "cairosvg", - "cairosvg.*", - "kipy", - "kipy.*", - "schematic", - "schematic.*", ] ignore_missing_imports = true