andreahlert commented on code in PR #61756:
URL: https://github.com/apache/airflow/pull/61756#discussion_r2794849869
##########
contributing-docs/03_contributors_quick_start.rst:
##########
@@ -361,6 +361,12 @@ It will run prek hooks automatically before committing and
stops the commit on f
cd ~/Projects/airflow
prek uninstall
+9. You can also update the tools installed with UV, including prek
Review Comment:
nit: two small formatting things here:
1. `prek` should use double backticks (` ``prek`` `) to match the rest of
the doc
2. missing period at the end
also, steps 7 and 8 both have a short explanation before the code block.
would be nice to keep the same pattern here. something like:
```suggestion
9. You can also update the tools installed with UV, including ``prek``.
Run the following command to upgrade all UV-managed tools:
.. code-block:: bash
uv tool upgrade --all
```
--
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]