The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-mypy-plugin-path-v3-2-test has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4bab3d1ecccb858ec9d6cef3285d7bc6c19666ba / Jarek Potiuk <[email protected]>
fix(dev): correct mypy plugin paths in dev/pyproject.toml

The `tool.mypy.plugins` entries on v3-2-test were written as
file paths with a typo'd directory name (`airflow_mypy/plugin/...`
where the directory is actually `plugins/` plural), and on the
file-path format which doesn't match `main`'s use of the
module-name format.

Result: the `mypy-dev` prek hook fails on every v3-2-test commit
that touches a `dev/` file with:

    dev/pyproject.toml:1: error: Can't find plugin
    "dev/airflow_mypy/plugin/decorators.py"  [misc]

Switch to the module-name format already used on `main`
(`airflow_mypy.plugins.decorators`). Same intent, plugin
discovery actually works.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to