The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
d045a0f9ae4bbe2620c740ca00ba667748a20573 / Jarek Potiuk <[email protected]>
Ignore E402 (import not at the top of file) in pre-commits (#35873)

Pre-commits often import some modules from elsewhere after inserting
a common folder at PYTHONPATH. Pre-commits are pretty special,
because they are supposed to be run as standalone scripts
by pre-commit framework as git hooks, and they often do
similar things, so some common code in pre-commits is good to have.

Ignoring E402 error in all pre-commits seems like best way to
avoid unnecessary individual exclusions.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to