potiuk commented on code in PR #45133:
URL: https://github.com/apache/airflow/pull/45133#discussion_r1896757010
##########
contributing-docs/03_contributors_quick_start.rst:
##########
@@ -315,7 +327,10 @@ Using Breeze
1. Starting breeze environment using ``breeze start-airflow`` starts Breeze
environment with last configuration run(
In this case python and backend will be picked up from last execution
``breeze --python 3.9 --backend postgres``)
It also automatically starts webserver, backend and scheduler. It drops you
in tmux with scheduler in bottom left
- and webserver in bottom right. Use ``[Ctrl + B] and Arrow keys`` to navigate
+ and webserver in bottom right. Use ``[Ctrl + B] and Arrow keys`` to
navigate.
+ Keep in mind, you need ``pre-commit`` installed for this to work or you
will be prompted with
+ ``FileNotFoundError: [Errno 2] No such file or directory: 'pre-commit'``
+ when attempting to invoke ``breeze start-airflow``.
Review Comment:
Yes. Agree.
--
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]