From 679e1a9a8cf358112bb71c07667c1ab204783cf1 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 10 Aug 2019 13:31:58 -0700 Subject: [PATCH] =?UTF-8?q?Update=20URL:=20python/black=20=E2=86=92=20psf/?= =?UTF-8?q?black=20(#3180)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d5f09b179..4c8716723 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -238,7 +238,7 @@ rule is that they should be as concise as possible. Specifically: * use variable annotations instead of type comments, even for stubs that target older versions of Python; * for arguments with a type and a default, use spaces around the `=`. -The code formatter [black](https://github.com/python/black) will format +The code formatter [black](https://github.com/psf/black) will format stubs according to this standard. Stub files should only contain information necessary for the type