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

Head commit for run:
922d1f7d308e0b1c65a795173f1e5525caa0e0f3 / Jarek Potiuk <[email protected]>
Fix artifact for MyPy checks

Occasionally MyPy detects errors which have not been detected
before. This is likely caused by having too many files passed
to MyPY. If the number of files to pass to MyPy is too big,
pre-commit will automatically split the list of files into
several "mypy" commands. If we are unlucky the list of files
will cause MyPy to detect slightly different errors.

We split the mypy checks to be run separately for airflow core
and airflow providers to limit the list of files to be shorter.

We are also preparing for splitting off providers so this is
good idea in general.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to