github-actions[bot] opened a new pull request, #72232: URL: https://github.com/apache/airflow/pull/72232
The generated docker-compose env file lists the variables Compose forwards into the container, and every Breeze invocation rewrites it from its own environment. prek runs Breeze-backed hooks concurrently and only the provider.yaml and template-fields checks ask for PYTHONWARNINGS, so any other hook regenerating the file between that write and `docker compose run` took the variable away again — leaving contributors with static check failures that had nothing to do with their change and passed on a rerun. (cherry picked from commit 964407f66ca7ce07d231add5fdfcb12263b9d0d2) Co-authored-by: rjgoyln <[email protected]> -- 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]
