ci: update pre-commit hooks to latest stable versions#6028
ci: update pre-commit hooks to latest stable versions#6028syedjafri06193 wants to merge 2 commits into
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Response from ADK Triaging Agent Hello @syedjafri06193, thank you for creating this PR! To help us review and merge your pull request, please make sure to address the following items according to our contribution guidelines:
This information will help reviewers to review your PR more efficiently. Thanks! |
- pre-commit-hooks: v4.6.0 -> v6.0.0 - pyproject-fmt: v2.5.0 -> v2.23.0 isort (9.0.0a3) and mdformat (1.0.0) were skipped as they are pre-release and major version bumps respectively, which may introduce breaking changes.
2fd212b to
2cca111
Compare
|
I will read the SKILL.md for the Compliance Status: FAILED (Google CLA Not Signed)Under the repository’s contribution policies and compliance gates, code analysis, triage, or any workspace operations on a pull request cannot be performed unless the contributor has signed the Google Contributor License Agreement (CLA). Our verification of the pull request metadata for PR #6028 shows:
Compliance RefusalCaution COMPLIANCE ACTION REQUIRED Once the contributor signs the Google CLA and the automated checks pass, please re-run the Summary of work: Checked PR #6028 metadata using |
isort (9.0.0a3) and mdformat (1.0.0) were intentionally skipped —
pre-release and major version bumps respectively that may introduce
breaking changes.