gabriel / muse public
fix main

fix: add types-defusedxml to dev deps — was installed locally but missing from pyproject.toml (#159)

types-defusedxml was installed in the local venv (mypy passed locally) but not declared in [dependency-groups.dev], so CI never installed it. This caused three mypy errors on xml_safe.py: import-untyped (x2) and no-any-return. Adding the stubs package closes the gap between local and CI.

Co-authored-by: Gabriel Cardona <gabriel@tellurstori.com>

G Gabriel Cardona <cgcardona@gmail.com> · 3d ago Mar 21, 2026 · 81937acd · parent 0df0b434
1
file changed
315
files in snapshot
Files Changed 315 in snapshot
~1
~ pyproject.toml .toml
← Older Oldest on main
All commits
Newer → Latest on main

0 comments

No comments yet. Be the first to start the discussion.