From 910c71050d5c21a7a105a8ba1107c08bb19600fe Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 4 May 2019 08:42:44 -0700 Subject: [PATCH] Update Black URL (#2950) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f91751523..cb2452c2c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -237,7 +237,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/ambv/black) will format +The code formatter [black](https://github.com/python/black) will format stubs according to this standard. Stub files should only contain information necessary for the type