We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc71bfa commit 6e18fd9Copy full SHA for 6e18fd9
index.rst
@@ -153,15 +153,6 @@ instructions please see the :ref:`setup guide <setup>`.
153
<https://github.com/python/cpython/issues>`__. Trivial issues (for example, typos) do
154
not require an issue.
155
156
-6. Once you fix the issue, run the tests and `pre-commit <https://pre-commit.com/>`__:
157
-
158
- .. code-block:: shell
159
160
- pre-commit install
161
- pre-commit run --all-files
162
163
- See :ref:`install-pre-commit` for more details. If everything is ok, commit.
164
165
7. Push the branch on your fork on GitHub and :ref:`create a pull request
166
<pullrequest>`. Include the issue number using ``gh-NNNNNN`` in the
167
pull request title. For example:
0 commit comments