Skip to content

Conversation

@sararob
Copy link
Contributor

@sararob sararob commented Jan 27, 2026

This adds 2 mypy GitHub Actions checks:

  • mypy.yml runs mypy on every PR. This will list all errors, so it shouldn't block until errors are resolved.
  • mypy-new-errors.yml compares the PR branch to main to ensure no new mypy errors are introduced. This check can be made blocking now and can be removed once all errors are resolved in favor of mypy.yml.

Checklist

  • I have read the CONTRIBUTING.md document.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in hard-to-understand areas.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • I have manually tested my changes end-to-end.
  • Any dependent changes have been merged and published in downstream modules.

@gemini-code-assist
Copy link
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@adk-bot adk-bot added the tools [Component] This issue is related to tools label Jan 27, 2026
@ryanaiagent ryanaiagent self-assigned this Jan 27, 2026
@sasha-gitg sasha-gitg assigned sasha-gitg and unassigned ryanaiagent Jan 27, 2026
@sasha-gitg sasha-gitg added the ready to pull [Status] This PR is ready to be importing back to Google label Jan 28, 2026
copybara-service bot pushed a commit that referenced this pull request Jan 28, 2026
Merge #4276

This adds 2 mypy GitHub Actions checks:

* `mypy.yml` runs mypy on every PR. This will list all errors, so it shouldn't block until errors are resolved.
* `mypy-new-errors.yml` compares the PR branch to `main` to ensure no new mypy errors are introduced. This check can be made blocking now and can be removed once all errors are resolved in favor of `mypy.yml`.

### Checklist

- [x] I have read the [CONTRIBUTING.md](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) document.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [x] I have added tests that prove my fix is effective or that my feature works.
- [x] New and existing unit tests pass locally with my changes.
- [x] I have manually tested my changes end-to-end.
- [x] Any dependent changes have been merged and published in downstream modules.

COPYBARA_INTEGRATE_REVIEW=#4276 from sararob:mypy-gh-actions 6313077
PiperOrigin-RevId: 862226296
@adk-bot
Copy link
Collaborator

adk-bot commented Jan 28, 2026

Thank you @sararob for your contribution! 🎉

Your changes have been successfully imported and merged via Copybara in commit 32f9f92.

Closing this PR as the changes are now in the main branch.

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

Labels

ready to pull [Status] This PR is ready to be importing back to Google tools [Component] This issue is related to tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants