This is an automated email from the ASF dual-hosted git repository.
ash pushed a change to branch task-sdk-first-code
in repository https://gitbox.apache.org/repos/asf/airflow.git
from acdfa2c151 Update pre-commit scripts.
add 6efae0f73a fix more stest [skip-ci]
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 1 +
airflow/models/dag.py | 25 ++-----
airflow/models/taskmixin.py | 24 +-----
.../src/airflow/sdk/definitions/baseoperator.py | 15 ++--
task_sdk/src/airflow/sdk/definitions/dag.py | 86 +++++++++++++++-------
task_sdk/src/airflow/sdk/definitions/node.py | 7 ++
task_sdk/tests/defintions/test_dag.py | 34 +++++++++
tests/models/test_dag.py | 31 +++-----
8 files changed, 128 insertions(+), 95 deletions(-)