From d9a1e841066c97798c239803d2f4e1eaff6e28ad Mon Sep 17 00:00:00 2001 From: Dimitri Merejkowsky Date: Thu, 5 Mar 2020 10:38:03 +0100 Subject: [PATCH] Fix GitHub URL for black Black is now officially supported by the Python Software Foundation --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb9417a50c1..536d72a7579 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -99,7 +99,7 @@ $ poetry install $ 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. Similarly, the import statements are sorted with [isort](https://github.com/timothycrosley/isort)