update the link of black

This commit is contained in:
Vinta 2019-05-25 21:20:37 +08:00
parent 7fbe22c7ba
commit 28e60d146d

View File

@ -221,7 +221,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
* [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript.
Code Formatters
* [black](https://github.com/ambv/black) - The uncompromising Python code formatter.
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
* Static Type Checkers
* [mypy](http://mypy-lang.org/) - Check variable types during compile time.