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 81bfacbb3cb Add new operators for Entry Type (#45799)
add 54cb23bfcc6 Add pre-commit to check consistency of new provider's
workspace setup (#45800)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 8 +++
contributing-docs/08_static_code_checks.rst | 2 +
dev/breeze/doc/images/output_static-checks.svg | 4 +-
dev/breeze/doc/images/output_static-checks.txt | 2 +-
dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 +
.../pre_commit/check_pyproject_toml_consistency.py | 70 ++++++++++++++++++++++
scripts/ci/pre_commit/common_precommit_utils.py | 17 ++++++
7 files changed, 101 insertions(+), 3 deletions(-)
create mode 100755 scripts/ci/pre_commit/check_pyproject_toml_consistency.py