Update URL: python/black → psf/black
This commit is contained in:
		
							parent
							
								
									f7e81dab9a
								
							
						
					
					
						commit
						0767f080a4
					
				|  | @ -1,6 +1,6 @@ | ||||||
| exclude: doc/en/example/py2py3/test_py2.py | exclude: doc/en/example/py2py3/test_py2.py | ||||||
| repos: | repos: | ||||||
| -   repo: https://github.com/python/black | -   repo: https://github.com/psf/black | ||||||
|     rev: 19.3b0 |     rev: 19.3b0 | ||||||
|     hooks: |     hooks: | ||||||
|     -   id: black |     -   id: black | ||||||
|  |  | ||||||
|  | @ -167,7 +167,7 @@ Short version | ||||||
| #. Enable and install `pre-commit <https://pre-commit.com>`_ to ensure style-guides and code checks are followed. | #. 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 ``master`` for bugfixes and doc changes. | ||||||
| #. Target ``features`` for new features or functionality 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``:: | #. Tests are run using ``tox``:: | ||||||
| 
 | 
 | ||||||
|     tox -e linting,py37 |     tox -e linting,py37 | ||||||
|  |  | ||||||
|  | @ -26,7 +26,7 @@ | ||||||
|     :target: https://dev.azure.com/pytest-dev/pytest |     :target: https://dev.azure.com/pytest-dev/pytest | ||||||
| 
 | 
 | ||||||
| .. image:: https://img.shields.io/badge/code%20style-black-000000.svg | .. image:: https://img.shields.io/badge/code%20style-black-000000.svg | ||||||
|     :target: https://github.com/python/black |     :target: https://github.com/psf/black | ||||||
| 
 | 
 | ||||||
| .. image:: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg | .. image:: https://www.codetriage.com/pytest-dev/pytest/badges/users.svg | ||||||
|     :target: https://www.codetriage.com/pytest-dev/pytest |     :target: https://www.codetriage.com/pytest-dev/pytest | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue