You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ Short version
199
199
#. Fork the repository.
200
200
#. Fetch tags from upstream if necessary (if you cloned only main `git fetch --tags https://github.com/pytest-dev/pytest`).
201
201
#. Enable and install `pre-commit <https://pre-commit.com>`_ to ensure style-guides and code checks are followed.
202
-
#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
202
+
#. Follow `PEP-8<https://www.python.org/dev/peps/pep-0008/>`_ for naming.
203
203
#. Tests are run using ``tox``::
204
204
205
205
tox -e linting,py39
@@ -282,7 +282,7 @@ Here is a simple overview, with pytest-specific bits:
282
282
This command will run tests via the "tox" tool against Python 3.9
283
283
and also perform "lint" coding-style checks.
284
284
285
-
#. You can now edit your local working copy and run the tests again as necessary. Please follow PEP-8 for naming.
285
+
#. You can now edit your local working copy and run the tests again as necessary. Please follow `PEP-8<https://www.python.org/dev/peps/pep-0008/>`_ for naming.
286
286
287
287
You can pass different options to ``tox``. For example, to run tests on Python 3.9 and pass options to pytest
288
288
(e.g. enter pdb on failure) to pytest you can do::
0 commit comments