Update links to the black GitHub repository

This commit is contained in:
Jeremy Tuloup
2020-05-25 16:10:08 +02:00
parent 81d423d6c6
commit d60fa9a400
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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