Skip to content

Commit 696859f

Browse files
Update CONTRIBUTING.rst
Co-authored-by: Bruno Oliveira <[email protected]>
1 parent e966dcd commit 696859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Short version
197197
~~~~~~~~~~~~~
198198

199199
#. Fork the repository.
200-
#. fetch tags from upstream if necessary (if you cloned only main `git fetch --tags https://github.com/pytest-dev/pytest`
200+
#. Fetch tags from upstream if necessary (if you cloned only main `git fetch --tags https://github.com/pytest-dev/pytest`).
201201
#. Enable and install `pre-commit <https://pre-commit.com>`_ to ensure style-guides and code checks are followed.
202202
#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
203203
#. Tests are run using ``tox``::

0 commit comments

Comments
 (0)