From a519c4ac7c0daaddcf7dbe045d711a7e70e66be8 Mon Sep 17 00:00:00 2001 From: Dmytro Litvinov Date: Mon, 26 Aug 2019 11:48:03 +0300 Subject: [PATCH] Add awesome-flake8-extensions Add subsection for flake8 with awesome list of extensions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6dc0d03..0842318 100644 --- a/README.md +++ b/README.md @@ -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