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 83348cda3aa Move all BaseHook usages to version_compat in SFTP (#52894) add d11ceb615a1 Add pre-commit hook to check provider uses its own version_compat import (#52898) 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 | 8 +-- dev/breeze/doc/images/output_static-checks.txt | 2 +- dev/breeze/src/airflow_breeze/pre_commit_ids.py | 1 + .../ci/pre_commit/check_provider_version_compat.py | 73 ++++++++++++++++++++++ 6 files changed, 88 insertions(+), 5 deletions(-) create mode 100755 scripts/ci/pre_commit/check_provider_version_compat.py