This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7796cdc7eeb Initialize DAG bundles and sync dags in CLI `get_dag`
function (#53699)
add e3ddf97c9a1 Add pre-commit that verifies if shared project are
properly structured (#53697)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 7 +
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output_static-checks.svg | 2 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
scripts/ci/pre_commit/check_shared_projects.py | 218 +++++++++++++++++++++
.../timezones/tests/timezones}/__init__.py | 0
.../tests/{ => timezones}/test_timezone.py | 0
8 files changed, 230 insertions(+), 2 deletions(-)
create mode 100755 scripts/ci/pre_commit/check_shared_projects.py
copy {airflow-core/src/airflow/_shared =>
shared/timezones/tests/timezones}/__init__.py (100%)
rename shared/timezones/tests/{ => timezones}/test_timezone.py (100%)