Commit b4595695 by finswimmer Committed by GitHub

Merge pull request #2129 from dmerejkowsky/fix-black-github-url

Fix GitHub URL for black
parents d2ee7f92 d9a1e841
...@@ -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