Updates Available
Update Instructions
- Update
.github/workflows/autofix-versions.env with the new versions
- Test locally:
source .github/workflows/autofix-versions.env
pip install "black==$BLACK_VERSION" "ruff==$RUFF_VERSION" "isort==$ISORT_VERSION" "docformatter==$DOCFORMATTER_VERSION" "mypy==$MYPY_VERSION" "pytest==$PYTEST_VERSION" "pytest-cov==$PYTEST_COV_VERSION" "coverage==$COVERAGE_VERSION"
black --check .
ruff check .
mypy src tests
- Create a PR with the version updates
- Ensure all CI checks pass before merging
Documentation
See .github/workflows/autofix-versions.env for the version file.
This issue was automatically generated by the Tool Version Check workflow.
Last checked: 2025-12-22T08:01:33.195Z
Updates Available
Update Instructions
.github/workflows/autofix-versions.envwith the new versionsDocumentation
See
.github/workflows/autofix-versions.envfor the version file.This issue was automatically generated by the Tool Version Check workflow.
Last checked: 2025-12-22T08:01:33.195Z