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 <noreply@anthropic.com>
This commit is contained in:
Eugene Mikhantyev
2026-04-05 21:26:05 +01:00
parent 5d1477f548
commit c0630c2b64

View File

@@ -44,11 +44,5 @@ module = [
"skip.*", "skip.*",
"sexpdata", "sexpdata",
"sexpdata.*", "sexpdata.*",
"cairosvg",
"cairosvg.*",
"kipy",
"kipy.*",
"schematic",
"schematic.*",
] ]
ignore_missing_imports = true ignore_missing_imports = true