mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-08 18:44:10 +00:00
Update links to the black GitHub repository
This commit is contained in:
@@ -3,7 +3,7 @@ repos:
|
|||||||
rev: v1.9.0
|
rev: v1.9.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: reorder-python-imports
|
- id: reorder-python-imports
|
||||||
- repo: https://github.com/ambv/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 19.10b0
|
rev: 19.10b0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
|
@@ -66,7 +66,7 @@ pre-commit run
|
|||||||
|
|
||||||
which should run any autoformatting on your code
|
which should run any autoformatting on your code
|
||||||
and tell you about any errors it couldn't fix automatically.
|
and tell you about any errors it couldn't fix automatically.
|
||||||
You may also install [black integration](https://github.com/ambv/black#editor-integration)
|
You may also install [black integration](https://github.com/psf/black#editor-integration)
|
||||||
into your text editor to format code automatically.
|
into your text editor to format code automatically.
|
||||||
|
|
||||||
If you have already committed files before setting up the pre-commit
|
If you have already committed files before setting up the pre-commit
|
||||||
|
Reference in New Issue
Block a user