kaxil commented on code in PR #42904:
URL: https://github.com/apache/airflow/pull/42904#discussion_r1796780289


##########
pyproject.toml:
##########
@@ -529,6 +529,7 @@ python_files = [
 ]
 testpaths = [
     "tests",
+    "task_sdk/tests",

Review Comment:
   Yeah `ruff` was detecting usage of "assert" in test file and failing: 
https://docs.astral.sh/ruff/rules/assert/
   
   I was trying to figure it out what to do and then saw that you already 
ignored S101: 
https://github.com/apache/airflow/blob/main/providers/pyproject.toml#L57 so I 
copied it
   
   So, yeah L532 here can be removed.



-- 
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