mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-13 11:16:10 -05:00
fix the syntax
This commit is contained in:
parent
28e60d146d
commit
be7d5478c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue