mirror of
https://github.com/vinta/awesome-python.git
synced 2025-03-15 10:09:47 +00:00
fix the syntax
This commit is contained in:
parent
28e60d146d
commit
be7d5478c0
@ -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.
|
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
|
||||||
* [pylint](https://www.pylint.org/) - A fully customizable source code analyzer.
|
* [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.
|
* [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.
|
* [black](https://github.com/python/black) - The uncompromising Python code formatter.
|
||||||
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
|
* [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google.
|
||||||
* Static Type Checkers
|
* Static Type Checkers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user