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 4a1e2ff8ab8 Mark git provider as ready (#48860)
add d5f010143e3 Unify pre-coommit hooks for imports (#48881)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 31 ++++++--
scripts/ci/pre_commit/check_airflow_imports.py | 88 ++++++++++++++++++++++
.../ci/pre_commit/check_airflow_k8s_not_used.py | 81 --------------------
.../check_cncf_k8s_used_for_k8s_executor_only.py | 81 --------------------
.../check_common_compat_used_for_openlineage.py | 88 ----------------------
.../check_get_lineage_collector_providers.py | 83 --------------------
scripts/ci/pre_commit/common_precommit_utils.py | 39 ++++++++++
.../ci/pre_commit/update_providers_dependencies.py | 43 +----------
8 files changed, 154 insertions(+), 380 deletions(-)
create mode 100755 scripts/ci/pre_commit/check_airflow_imports.py
delete mode 100755 scripts/ci/pre_commit/check_airflow_k8s_not_used.py
delete mode 100755
scripts/ci/pre_commit/check_cncf_k8s_used_for_k8s_executor_only.py
delete mode 100755
scripts/ci/pre_commit/check_common_compat_used_for_openlineage.py
delete mode 100755
scripts/ci/pre_commit/check_get_lineage_collector_providers.py