From ca26f8b71b0d173857dc6f448b7b171b93bb4c54 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Mon, 9 Sep 2019 14:48:32 +0300 Subject: [PATCH] Adds wemake-python-styleguide https://github.com/wemake-services/wemake-python-styleguide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d951037..f97025b 100644 --- a/README.md +++ b/README.md @@ -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.