chiuinggum commented on code in PR #57480:
URL: https://github.com/apache/airflow/pull/57480#discussion_r2501807267
##########
scripts/in_container/install_airflow_and_providers.py:
##########
Review Comment:
This fixes a MyPy error:
```bash
Run mypy for
dev.................................................................Failed
- hook id: mypy-dev
- exit code: 1
Using 'uv' to install Airflow
Using airflow version from current sources
scripts/in_container/install_airflow_and_providers.py:438: error: Item
"None"
of "Match[str] | None" has no attribute "groups" [union-attr]
owner, repo, branch = repo_match.groups()
^~~~~~~~~~~~~~~~~
Found 1 error in 1 file (checked 45 source files)
```
--
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]