Merge pull request #1337 from DmytroLitvinov/patch-1

Add awesome-flake8-extensions
This commit is contained in:
Vinta Chen 2019-09-03 14:11:36 +08:00 committed by GitHub
commit 7d0557ba09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pycallgraph](https://github.com/gak/pycallgraph) - A library that visualises the flow (call graph) of your Python application.
* Code Linters
* [flake8](https://pypi.org/project/flake8/) - A wrapper around `pycodestyle`, `pyflakes` and McCabe.
* [awesome-flake8-extensions](https://github.com/DmytroLitvinov/awesome-flake8-extensions)
* [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