pyvider 2025-09-14
Switched to workspace source references and targeted mypy at Python 3.11
15 files · 59+ · 3-

Workspace source configuration and type checking target

1 file changed
  • pyproject.toml Changed provide-foundation and provide-testkit sources from local paths to workspace = true, set mypy target to 3.11
  • Changed provide-foundation and provide-testkit source references from { path = ‘…’, editable = true } to { workspace = true } in [tool.uv.sources] baseline internal
    1 file
    • pyproject.toml
  • Changed mypy python_version from 3.13 to 3.11 to match requires-python = ‘>=3.11’ baseline internal
    1 file
    • pyproject.toml