Merge pull request #1348 from sobolevn/patch-1

Adds wemake-python-styleguide
This commit is contained in:
Vinta Chen 2019-10-04 00:11:46 +08:00 committed by GitHub
commit 1db766d89d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [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.
* [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever.
* 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.