summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2019-05-04 08:28:50 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-05-04 08:28:50 -0700
commit143499d0418284ab98c0c223609cc5df6bbfd30a (patch)
treea246297bbef822809f60381f62b3d09457db4bf9 /CONTRIBUTING.rst
parente1a426c067859a0d460bd367276752ad1fdf03a7 (diff)
downloadpytest-143499d0418284ab98c0c223609cc5df6bbfd30a.tar.gz
Update Black URLs
> Black, your uncompromising #Python code formatter, was a project > created with the community in mind from Day 1. Today we moved it under > the PSF umbrella. It's now available on GitHub under > https://github.com/python/black/ . You install and use it just like > before. https://twitter.com/llanga/status/1123980466292445190
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 ea778149c..57628a34b 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -166,7 +166,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/ambv/black>`_ for formatting.
+#. Follow **PEP-8** for naming and `black <https://github.com/python/black>`_ for formatting.
#. Tests are run using ``tox``::
tox -e linting,py27,py37