fix the syntax

This commit is contained in:
Vinta 2019-05-25 21:23:31 +08:00
parent 28e60d146d
commit be7d5478c0
1 changed files with 1 additions and 1 deletions

View File

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