Closed mmcdermott closed 1 month ago
The changes involve updates to several workflow files and configuration files to enhance code quality checks and streamline package installations. Key updates include upgrading action versions in GitHub workflows, adding a step for installing development packages, and modifying package installation commands. Additionally, the default Python version and pre-commit hooks repository revision have been updated in the pre-commit configuration. The pyproject.toml
file has also been modified to specify a version constraint for the pre-commit
dependency.
File Path | Change Summary |
---|---|
.github/workflows/code-quality-main.yaml | Updated workflow trigger to on: push: branches: [main] , added step to install packages. |
.github/workflows/code-quality-pr.yaml | Upgraded actions/checkout to v4 , actions/setup-python to v5 , added step to install packages. |
.github/workflows/tests.yaml | Upgraded actions/checkout to v4 , actions/setup-python to v5 , modified package installation command. |
.pre-commit-config.yaml | Updated default Python version to python3.12 , changed repository revision from v4.4.0 to v5.0.0 . |
pyproject.toml | Updated dev dependency list to specify pre-commit<4 , keeping other dependencies unchanged. |
In the meadow where code does play,
A rabbit hops, brightening the day.
With workflows fresh and packages neat,
Our code now dances on nimble feet!
So letβs celebrate this joyful spree,
For every change brings harmony! πβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.80%. Comparing base (
95824e0
) to head (2794921
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
see https://github.com/PyCQA/docformatter/pull/287 Also makes workflows use that version.
Summary by CodeRabbit