Lee-W opened a new pull request, #71096:
URL: https://github.com/apache/airflow/pull/71096

   The same test-to-stable sync (#67294) repointed the `mypy-airflow-ctl` hook 
at `../scripts/ci/prek/run_mypy_full_dist_local_venv_or_breeze_in_ci.py`, which 
only exists on main. On this branch prek dies before mypy ever runs:
   
   ```
   error: Failed to run hook `mypy-airflow-ctl`
     caused by: Run command `python hook` failed
     caused by: No such file or directory (os error 2)
   ```
   
   Point it back at `mypy_local_folder.py`, which is what airflow-core, 
task-sdk, devel-common and dev/scripts all use on this branch.
   
   Split out of #70724 so that PR stays workflow-only.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Opus 5
   
   Generated-by: Claude 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]

Reply via email to