The GitHub Actions job "Build images for Sync v2-5-stable with v2-5-test to 
release 2.5.2 https://github.com/apache/airflow/pull/29978
" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
a04ff856923cfe68b9f7aa8044be352bd1d72b25 / Ash Berlin-Taylor <[email protected]>
Switch to ruff for faster static checks (#28893)

Gone are:

- isort
- pyupgrade
- pydocstyle
- yesqa
- autoflake
- flake8

All replaced with [ruff](https://github.com/charliermarsh/ruff). A chunk
of the performance of ruff comes from the fact that it makes very good
use of multiple cores. And since most docker virtual machines are only
one or two core I have chosen to run it directly, not inside the breeze
docker container so we get the full benefit of speed.

* Work around namespace packages issue for providers

Ruff is currently detecting "google" as a the name of the current
package, so it thinks it goes in the "first" party import section

(cherry picked from commit ce858a5d719fb1dff85ad7e4747f0777404d1f56)

Report URL: https://github.com/apache/airflow/actions/runs/4374860824

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to