CVector Python Test
Version updated for https://github.com/CVector-Energy/python-test to version v1.1.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The CVector Python Test Action automates testing and code quality checks for Python projects by integrating tools like ruff, mypy, and pytest. It detects and manages dependencies via UV or Poetry, formats and lints code with auto-fix capabilities, and optionally commits and pushes fixes when issues are found. This action streamlines the process of maintaining clean, well-tested Python codebases with minimal manual intervention.
What’s Changed
What’s Changed
- Add working-directory option by @joshuanapoli in https://github.com/CVector-Energy/python-test/pull/1
- [PD1-950] Add support for the uv package manager and automatically repair simple build failures by @joshuanapoli in https://github.com/CVector-Energy/python-test/pull/2
New Contributors
- @joshuanapoli made their first contribution in https://github.com/CVector-Energy/python-test/pull/1
Full Changelog: https://github.com/CVector-Energy/python-test/compare/v1.0.3...v1.1.0