Vamsi-klu commented on PR #62656:
URL: https://github.com/apache/airflow/pull/62656#issuecomment-4061288071

   Hi @eladkal, thank you for flagging this! The static check failures have 
been addressed in commit 4352e27. The two issues were:
   
   1. **Ruff docstring formatting** — the docstring in 
`_ensure_exec_plugin_cache_dirs()` needed the summary on a separate line from 
the opening `"""`.
   2. **Ruff import sorting** — imports in `test_kubernetes.py` needed to be 
reordered alphabetically.
   
   The branch has also been rebased onto the latest `main`. CI should be green 
on this run.


-- 
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