Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions providers/.pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,14 +240,6 @@ repos:
language: python
files: ^.*/src/airflow/providers/.*version_compat.*\.py$
require_serial: true
- id: check-conf-import-in-providers
name: Check conf is imported from compat SDK in providers
entry: ../scripts/ci/prek/check_conf_import_in_providers.py
language: python
types: [python]
files: ^.*/src/airflow/providers/.*\.py$
exclude: ^.*/common/compat/sdk\.py$
require_serial: false
- id: provider-version-compat
name: Check for correct version_compat imports in providers
entry: ../scripts/ci/prek/check_provider_version_compat.py
Expand Down
128 changes: 0 additions & 128 deletions scripts/ci/prek/check_conf_import_in_providers.py

This file was deleted.

137 changes: 0 additions & 137 deletions scripts/tests/ci/prek/test_check_conf_import_in_providers.py

This file was deleted.

Loading