sjyangkevin commented on code in PR #51503: URL: https://github.com/apache/airflow/pull/51503#discussion_r2136533297
########## .gitignore: ########## @@ -117,6 +117,7 @@ celerybeat-schedule .venv* venv* ENV/ +airflow_venv Review Comment: It looks like a custom virtual environment for airflow dependencies. Correct me if i am wrong. I would recommend a try to set up breeze development environment, and that shouldn’t need the update to `.gitignore`. Also, I would suggest the setup of pre-commit, I will be helpful to clean up the file a little and help resolve some potential static check at early stage. -- 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]
