We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c18e2 commit 24c8e7cCopy full SHA for 24c8e7c
airflow-core/.pre-commit-config.yaml
@@ -44,9 +44,7 @@ repos:
44
language: python
45
files: ^src/airflow/.*\.py$
46
require_serial: true
47
- exclude: >
48
- (?x)
49
- ^src/airflow/openlineage/|
+ exclude: ^src/airflow/openlineage/.*
50
entry: ../scripts/ci/prek/check_airflow_imports.py
51
--pattern '^openlineage\.client\.(facet|run)'
52
--message "You should import from `airflow.providers.common.compat.openlineage.facet` instead."
0 commit comments