Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mount selected sources of Airflow to image when running mypy checks (#…
…36038) When Mypy runs its check it uses breeze image to do so, and by default on CI the images are built using `main` version of scripts/ci and workflow files. This basically means that running static checks with the breeze image reguies mounting the sources if we want to run those checks on the scripts/ci/ folder or .workflow and breeze CI image is used. The `mypy-dev` check is doing it - it checks `scripts/ci` folder, which means that for mypy checks we need to force mounting the selected sources rather than the ones that are baked in the image.
- Loading branch information