Andrushika opened a new pull request, #72569: URL: https://github.com/apache/airflow/pull/72569
## Why `SCRIPTS_CI_DOCKER_COMPOSE_MYPY_PATH` points at `local.yml` instead of `mypy.yml` since the compose path constants were extracted in #58732. So `breeze shell --include-mypy-volume` creates `mypy-cache-volume` but never mounts it, and the mypy cache is lost every time the container is removed. Docker compose merges the duplicated `local.yml` silently, so nothing fails. ## What Point the constant at `mypy.yml` correctly. Add a test that checks `mypy.yml` is in the compose file list when `include_mypy_volume=True`. The test fails on main and passes with the fix. related: #58732 --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Fable 5.1) Generated-by: Claude Code (Fable 5.1) 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]
