From fda4cd65ca6b3e50306a4caa9c5ecce6fad49a47 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 31 Jul 2019 15:51:48 -0700 Subject: [PATCH] Change link to Black --- website/blog/2019-07-31-black.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/2019-07-31-black.md b/website/blog/2019-07-31-black.md index c73f589b..5a57d4d6 100644 --- a/website/blog/2019-07-31-black.md +++ b/website/blog/2019-07-31-black.md @@ -6,7 +6,7 @@ authorTwitter: balloob title: Adopting Black --- -Today we have officially adopted the Python code formatting tool [Black](https://github.com/psf/black). All code has been formatted with Black and all future contributions will be checked to make sure that they have been formatted using Black. +Today we have officially adopted the Python code formatting tool [Black](https://black.readthedocs.io). All code has been formatted with Black and all future contributions will be checked to make sure that they have been formatted using Black. As part of adopting Black, all style checks in flake8 and pylint have been disabled.