This is an automated email from the ASF dual-hosted git repository.
uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new c125fffe372 Update prek documentation to show uninstall is optional
(#59701)
c125fffe372 is described below
commit c125fffe372287eb1a631881dc4d459237004618
Author: Srabasti Banerjee <[email protected]>
AuthorDate: Sun Dec 21 21:59:10 2025 -0800
Update prek documentation to show uninstall is optional (#59701)
---
contributing-docs/03_contributors_quick_start.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contributing-docs/03_contributors_quick_start.rst
b/contributing-docs/03_contributors_quick_start.rst
index f9a8701271b..bf46f37e534 100644
--- a/contributing-docs/03_contributors_quick_start.rst
+++ b/contributing-docs/03_contributors_quick_start.rst
@@ -353,7 +353,7 @@ It will run prek hooks automatically before committing and
stops the commit on f
prek install
git commit -m "Added xyz"
-8. To disable prek hooks
+8. If you want to disable prek hooks
.. code-block:: bash