The GitHub Actions job "Tests (AMD)" on 
airflow.git/ci/support-ignore-for-check-core-imports-hook has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
b8782aac127df78a6a9dbdf3ca1ee406d3411986 / LIU ZHE YOU <[email protected]>
Tighten noqa code parsing and detect bare-module attribute imports

- Anchor `_NOQA_CODE_RE` with a word boundary so prefixes like
  `SDK002x` no longer suppress `SDK002`.
- Extend the ImportFrom check to also test `<module>.<name>` so that
  `from airflow import settings` is reported as a core import. Mixed
  imports like `from airflow import sdk, settings` report only the
  offending names.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to