cvector-energy/CVector Python Test

Setup Python dependencies and run ruff, mypy, and pytest

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 1, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: cvector-energy/python-test@6c65e49e7e8d6fe3f64a598eedd6f66cffe41474 # v2.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
python-versionPython version to useno3.14
package-managerPackage manager to use: auto, uv, or poetry (auto detects from lock file)noauto
uv-versionUV version to installno0.11.2
poetry-versionPoetry version to installno2.3.3
src-dirsSource directories for linting (space-separated)no.
working-directoryDirectory containing pyproject.toml (defaults to repo root)no.
run-pytestWhether to run pytestnotrue
repair-tokenToken for git push. When provided, enables a repair step that runs after check failures: sync, ruff check --fix, ruff format, then commit and push. Use a GitHub App token so the push triggers a new workflow run. The calling workflow must checkout the PR head branch.no""

no outputs