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 e966dcd commit 696859fCopy full SHA for 696859f
CONTRIBUTING.rst
@@ -197,7 +197,7 @@ Short version
197
~~~~~~~~~~~~~
198
199
#. Fork the repository.
200
-#. fetch tags from upstream if necessary (if you cloned only main `git fetch --tags https://github.com/pytest-dev/pytest`
+#. Fetch tags from upstream if necessary (if you cloned only main `git fetch --tags https://github.com/pytest-dev/pytest`).
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.
203
#. Tests are run using ``tox``::
0 commit comments