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

[airflow] branch main updated (fdf8172e9a -> cc2c662125)

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 fdf8172e9a Switch providers-init pre-commit to Python (#26125)
     add cc2c662125 Convert Apache RAT licence check to Python (#26123)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                           |  4 +-
 .rat-excludes                                     | 13 ++--
 scripts/ci/pre_commit/pre_commit_check_license.py | 67 +++++++++++++++++++++
 scripts/ci/pre_commit/pre_commit_check_license.sh | 72 -----------------------
 4 files changed, 78 insertions(+), 78 deletions(-)
 create mode 100755 scripts/ci/pre_commit/pre_commit_check_license.py
 delete mode 100755 scripts/ci/pre_commit/pre_commit_check_license.sh