github dmellok/tesserae v0.51.1
v0.51.1 — Fix mypy --strict CI

latest releases: v0.259.0, mcp-v0.12.0, mcp-v0.11.0...
one month ago

Fixed

  • mypy CI on strict-typed modules. BatteryHistory.recent had a bare tuple type annotation (no parameters), and device_battery_routes.index did (names.get(i, i)).lower() when display_name could be None. Both flagged by mypy --strict on the v0.51.0 push. The strict-typecheck only runs on a handful of load-bearing modules and isn't part of the local pre-push hook, so it slipped past.

No behaviour change beyond satisfying the typecheck.

Full Changelog: v0.51.0...v0.51.1

Don't miss a new tesserae release

NewReleases is sending notifications on new releases.