Skip to content

Commit a908456

Browse files
committed
Remove pre-commit instructions from quick reference
1 parent 09e61f7 commit a908456

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

getting-started/quick-reference.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,12 @@ Fork and clone the repo
2323
-----------------------
2424

2525
Fork `the CPython repository <https://github.com/python/cpython>`__
26-
to your GitHub account and :ref:`get the source code <checkout>` using::
26+
to your GitHub account and clone the repo using::
2727

2828
git clone https://github.com/<your_username>/cpython
2929
cd cpython
3030

31-
We recommend also setting up ``pre-commit``::
32-
33-
pre-commit install
34-
35-
For detailed information, see :ref:`"Get the source code" <checkout>` and
36-
:ref:`"Install pre-commit as a Git hook" <install-pre-commit>`.
31+
For detailed information, see :ref:`"Get the source code" <checkout>`.
3732

3833

3934
Build Python

0 commit comments

Comments
 (0)