Dear community, I am pleased to announce that we have released Apache Airflow Mypy 0.1.0.
Apache Airflow Mypy provides Mypy plugins for Apache Airflow to enhance type checking capabilities (typed decorators and operator output type handling), packaged as a standalone, independently versioned distribution. The release is available on PyPI: https://pypi.org/project/apache-airflow-mypy/0.1.0/ Install it with: pip install apache-airflow-mypy==0.1.0 Enable the plugins in your mypy configuration: [mypy] plugins = airflow_mypy.plugins.decorators, airflow_mypy.plugins.outputs The release artifacts (sources and signatures) are available at: https://downloads.apache.org/airflow/apache-airflow-mypy/0.1.0/ Release notes: https://github.com/apache/airflow/blob/main/dev/mypy/RELEASE_NOTES.rst Cheers, Hussein Awala
