Taragolis commented on code in PR #38756:
URL: https://github.com/apache/airflow/pull/38756#discussion_r1552502053


##########
pyproject.toml:
##########
@@ -368,13 +372,53 @@ combine-as-imports = true
 "tests/providers/google/cloud/operators/test_vertex_ai.py" = ["E402"]
 "tests/providers/google/cloud/operators/vertex_ai/test_generative_model.py" = 
["E402"]
 "tests/providers/google/cloud/triggers/test_vertex_ai.py" = ["E402"]
-
 "tests/providers/openai/hooks/test_openai.py" = ["E402"]
 "tests/providers/openai/operators/test_openai.py" = ["E402"]
 "tests/providers/qdrant/hooks/test_qdrant.py" = ["E402"]
 "tests/providers/qdrant/operators/test_qdrant.py" = ["E402"]
 "tests/providers/snowflake/operators/test_snowflake_sql.py" = ["E402"]
 
+# All the providers modules which do not follow TRY002 yet

Review Comment:
   Yep, this is a TODO list, which uses into the previous tasks like these:
   - https://github.com/apache/airflow/issues/38270
   - https://github.com/apache/airflow/issues/37256
   - https://github.com/apache/airflow/issues/37897
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to