Update Black URL (#2950)

This commit is contained in:
Jon Dufresne
2019-05-04 08:42:44 -07:00
committed by Jelle Zijlstra
parent 8bd744a38f
commit 910c71050d

View File

@@ -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