provide-testkit 2025-12-26
Fix CI to use direct commands instead of wrknv task runner
3 files · 481+ · 543-

CI workflow modernization

1 file changed
  • ci.yml Replaced wrknv-based quality and test steps with direct ruff format, ruff check, mypy, and pytest commands
  • Removed wrknv dependency from CI, using direct tool invocations (ruff, mypy, pytest) so CI does not require the task runner streamline behavioral
    1 file
    • ci.yml

Dependency cleanup

2 files changed
  • pyproject.toml Commented out provide-foundry from docs extras, removed uv.sources local path for provide-foundry, added bandit config
  • uv.lock Regenerated lockfile without local path references
  • Removed local-path dependency on provide-foundry so the package can be built independently streamline internal
    2 files
    • pyproject.toml
    • uv.lock