ashb commented on code in PR #26383:
URL: https://github.com/apache/airflow/pull/26383#discussion_r970441942


##########
pyproject.toml:
##########
@@ -26,3 +26,14 @@ skip-string-normalization = true
 [build-system]
 requires = ['setuptools==63.4.3']
 build-backend = "setuptools.build_meta"
+[tool.isort]
+add_imports = ["from __future__ import annotations"]
+append_only = true
+line_length = 110
+combine_as_imports = true
+default_section = "THIRDPARTY"
+known_first_party = 
"airflow,airflow_breeze,docker_tests,docs,kubernetes_tests,tests"

Review Comment:
   ```suggestion
   known_first_party = ["airflow", "airflow_breeze", "docker_tests", "docs", 
"kubernetes_tests", "tests"]
   ```
   
   toml has lists so we should use them



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