Skip to content

Commit 9f04812

Browse files
authored
Update provider-version-compat to be portable across CI and systems (#53072)
1 parent 5fbbf64 commit 9f04812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ repos:
15961596
- id: provider-version-compat
15971597
name: Check for correct version_compat imports in providers
15981598
entry: ./scripts/ci/pre_commit/check_provider_version_compat.py
1599-
language: system
1599+
language: python
16001600
types: [python]
16011601
files: ^providers/.*/src/airflow/providers/.*\.py$
16021602
require_serial: true

0 commit comments

Comments
 (0)