Skip to content

🔧 CI/Autofix Tool Updates Available #51

Description

@github-actions

Updates Available

Update Instructions

  1. Update .github/workflows/autofix-versions.env with the new versions
  2. 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
  1. Create a PR with the version updates
  2. 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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions