Closed myakove closed 2 weeks ago
The changes in this pull request primarily involve updates to the pyproject.toml
file, focusing on dependency specifications and configuration settings for various tools. The Python version requirement has been increased from ^3.8
to ^3.9
. Additional modifications include adjustments to coverage reporting, type-checking configurations for mypy
, and formatting and linting settings for ruff
. The project metadata and build system requirements remain largely unchanged, with the introduction of dynamic versioning.
File | Change Summary |
---|---|
pyproject.toml | Updated Python version from ^3.8 to ^3.9 ; modified coverage, mypy, and ruff configurations; retained project metadata and build system requirements. |
>=3.9
directly addresses the objective of this issue.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?
Report bugs in Issues
The following are automatically added:
.pre-commit-config.yaml
exists in the repo.Available user actions:
/wip
to the PR, To remove it from the PR comment /wip cancel
to the PR./hold
, To un-block merging of PR comment /hold cancel
./verified
to the PR, to un-verify comment /verified cancel
to the PR.
verified label removed on each new commit push./cherry-pick <target branch to cherry-pick to>
in the PR.
/cherry-pick branch1 branch2
)/build-and-push-container
in the PR (tag will be the PR number).
/build-and-push-container --build-arg OPENSHIFT_PYTHON_WRAPPER_COMMIT=<commit_hash>
/<label name>
, to remove, use /<label name> cancel
/assign-reviewers
/check-can-merge
/verified
Summary by CodeRabbit
New Features
Configuration Changes