Skip to content

Commit a77c83a

Browse files
authored
Merge pull request #5726 from jdufresne/black
Update URL: python/black → psf/black
2 parents f7e81da + 0767f08 commit a77c83a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
exclude: doc/en/example/py2py3/test_py2.py
22
repos:
3-
- repo: https://github.com/python/black
3+
- repo: https://github.com/psf/black
44
rev: 19.3b0
55
hooks:
66
- id: black

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Short version
167167
#. Enable and install `pre-commit <https://pre-commit.com>`_ to ensure style-guides and code checks are followed.
168168
#. Target ``master`` for bugfixes and doc changes.
169169
#. Target ``features`` for new features or functionality changes.
170-
#. Follow **PEP-8** for naming and `black <https://github.com/python/black>`_ for formatting.
170+
#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
171171
#. Tests are run using ``tox``::
172172

173173
tox -e linting,py37

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
:target: https://dev.azure.com/pytest-dev/pytest
2727

2828
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
29-
:target: https://github.com/python/black
29+
:target: https://github.com/psf/black
3030

3131
.. image:: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg
3232
:target: https://www.codetriage.com/pytest-dev/pytest

0 commit comments

Comments
 (0)