summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-08-10 12:38:13 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-08-10 12:38:13 -0700
commit0767f080a4dfe4fdcfbab4e66bfdccff4ecad52e (patch)
tree5212022694a808edd5971437bcceab46330ff25d /CONTRIBUTING.rst
parentf7e81dab9aa8d57498511e1b5655b53cbfbed0d0 (diff)
downloadpytest-0767f080a4dfe4fdcfbab4e66bfdccff4ecad52e.tar.gz
Update URL: python/black → psf/black
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 5ef418e0b..8e59191ab 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -167,7 +167,7 @@ Short version
#. Enable and install `pre-commit <https://pre-commit.com>`_ to ensure style-guides and code checks are followed.
#. Target ``master`` for bugfixes and doc changes.
#. Target ``features`` for new features or functionality changes.
-#. Follow **PEP-8** for naming and `black <https://github.com/python/black>`_ for formatting.
+#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
#. Tests are run using ``tox``::
tox -e linting,py37