This is an automated email from the ASF dual-hosted git repository.
weilee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d5b9d630c4d Add REST API endpoint to materialize asset (#46718)
add 37464de0cb1 Add pre-commit check for default configuration (#46622)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 6 +++
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output_static-checks.svg | 6 +--
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
...reference.py => check_default_configuration.py} | 2 +-
.../run_check_default_configuration.py | 58 ++++++++++++++++++++++
7 files changed, 72 insertions(+), 5 deletions(-)
copy scripts/ci/pre_commit/{migration_reference.py =>
check_default_configuration.py} (93%)
create mode 100755 scripts/in_container/run_check_default_configuration.py