uranusjr commented on code in PR #33865:
URL: https://github.com/apache/airflow/pull/33865#discussion_r1311103414
##########
pyproject.toml:
##########
@@ -62,7 +62,9 @@ extend-select = [
"D402",
"D403",
"D412",
- "D419"
+ "D419",
+ "TCH001", # typing-only-first-party-import
+ "TCH002", # typing-only-third-party-import
Review Comment:
```suggestion
"TCH001", # typing-only-first-party-import
"TCH002", # typing-only-third-party-import
```
Not actually revelant but this matches how Black formats Python code
--
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]