shahar1 commented on code in PR #66979:
URL: https://github.com/apache/airflow/pull/66979#discussion_r3252816418
##########
pyproject.toml:
##########
@@ -701,6 +702,18 @@ unfixable = [
"PT022",
]
+[tool.ruff.lint.flake8-bugbear]
Review Comment:
Its is actually related - these are the exception cases where usage of
functions is allowed (almost exclusively in FastAPI due to how their dependency
injection works).
##########
pyproject.toml:
##########
@@ -701,6 +702,18 @@ unfixable = [
"PT022",
]
+[tool.ruff.lint.flake8-bugbear]
Review Comment:
It's actually related - these are the exception cases where usage of
functions is allowed (almost exclusively in FastAPI due to how their dependency
injection works).
--
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]