Skip to content

Commit

Permalink
Ignore Qdrant static checks issue with sequence of imports (apache#46119
Browse files Browse the repository at this point in the history
)

This is needed - because we need to raise SkipError if qdrant_client
is not installed.
  • Loading branch information
potiuk authored Jan 27, 2025
1 parent 9932de6 commit fba7059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ testing = ["dev", "providers.tests", "task_sdk.tests", "tests_common", "tests"]
"airflow/api/auth/backend/kerberos_auth.py" = ["E402"]
"airflow/security/kerberos.py" = ["E402"]
"airflow/security/utils.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/hooks/test_qdrant.py" = ["E402"]
"providers/qdrant/tests/provider_tests/qdrant/operators/test_qdrant.py" = ["E402"]


# All the modules which do not follow B028 yet: https://docs.astral.sh/ruff/rules/no-explicit-stacklevel/
"helm_tests/airflow_aux/test_basic_helm_chart.py" = ["B028"]
Expand Down

0 comments on commit fba7059

Please sign in to comment.