diff --git a/README.md b/README.md index ceb75d0d..b0dafae0 100644 --- a/README.md +++ b/README.md @@ -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.