File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
exclude : doc/en/example/py2py3/test_py2.py
2
2
repos :
3
- - repo : https://github.com/python /black
3
+ - repo : https://github.com/psf /black
4
4
rev : 19.3b0
5
5
hooks :
6
6
- id : black
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ Short version
167
167
#. Enable and install `pre-commit <https://pre-commit.com >`_ to ensure style-guides and code checks are followed.
168
168
#. Target ``master `` for bugfixes and doc changes.
169
169
#. 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.
171
171
#. Tests are run using ``tox ``::
172
172
173
173
tox -e linting,py37
Original file line number Diff line number Diff line change 26
26
:target: https://dev.azure.com/pytest-dev/pytest
27
27
28
28
.. 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
30
30
31
31
.. image :: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg
32
32
:target: https://www.codetriage.com/pytest-dev/pytest
You can’t perform that action at this time.
0 commit comments