Commit d9a1e841 by Dimitri Merejkowsky

Fix GitHub URL for black

Black is now officially supported by the Python Software Foundation
parent 754dbf80
...@@ -99,7 +99,7 @@ $ poetry install ...@@ -99,7 +99,7 @@ $ poetry install
$ poetry run pytest tests/ $ poetry run pytest tests/
``` ```
Poetry uses the [black](https://github.com/ambv/black) coding style and you must ensure that your Poetry uses the [black](https://github.com/psf/black) coding style and you must ensure that your
code follows it. If not, the CI will fail and your Pull Request will not be merged. code follows it. If not, the CI will fail and your Pull Request will not be merged.
Similarly, the import statements are sorted with [isort](https://github.com/timothycrosley/isort) Similarly, the import statements are sorted with [isort](https://github.com/timothycrosley/isort)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment