ashb commented on code in PR #53149: URL: https://github.com/apache/airflow/pull/53149#discussion_r2198232484
########## airflow-core/pyproject.toml: ########## @@ -203,6 +204,8 @@ YouTube = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/" [tool.hatch.version] path = "src/airflow/__init__.py" +[tool.hatch.build.hooks.vendoring] Review Comment: Let me double check if it's needed, but I think without it hatch won't use the plugin even if it's installed. -- 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]
