potiuk opened a new pull request, #70900: URL: https://github.com/apache/airflow/pull/70900
`dev/breeze` has five mypy errors on `v3-3-test` that fail `CI image checks / Static checks` on every PR against the branch, regardless of what the PR changes: ``` dev/breeze/src/airflow_breeze/utils/custom_param_types.py:195 list[str | Any] assigned to tuple[Any, ...] dev/breeze/src/airflow_breeze/utils/github.py:240,256,258,260 cascading from ls_remote's union return type ``` The four `github.py` errors all cascade from the first, so one `cast` clears them. Both spellings are taken verbatim from `main`, which already carries these fixes. Currently blocking #70872 and #70845. Verified with `mypy-dev`, `mypy-airflow-ctl`, `mypy-airflow-e2e-tests`, `mypy-docker-tests` and `mypy-kubernetes-tests`. Dev-tooling only, not user-facing, so no newsfragment. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
