diff --git a/README.md b/README.md index b0dafae..5541e0b 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe. * [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 +* Code Formatters * [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