You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/09/01 00:51:49 UTC

[airflow] branch main updated (4791443df8 -> 9b2a859ee5)

This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 4791443df8 Implement expand_kwargs() against a literal list (#25925)
     add 9b2a859ee5 Add pre-commit check for DAG and dag parity (#26083)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  10 +-
 STATIC_CODE_CHECKS.rst                             |   2 +
 airflow/models/dag.py                              |   2 +-
 dev/breeze/src/airflow_breeze/pre_commit_ids.py    |   1 +
 images/breeze/output-commands-hash.txt             |   2 +-
 images/breeze/output_static-checks.svg             | 236 ++++++++++-----------
 .../pre_commit_sync_dag_init_decorator.py          | 149 +++++++++++++
 7 files changed, 280 insertions(+), 122 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_sync_dag_init_decorator.py