From 071648e44a7e1300398d13aff160e794fd03db94 Mon Sep 17 00:00:00 2001 From: Mori Atsushi Date: Sun, 16 Aug 2020 00:54:36 +0900 Subject: [PATCH] Add isort --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 30396918..0be2ff0b 100644 --- a/README.md +++ b/README.md @@ -244,6 +244,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * 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) + * [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports. * [pylama](https://github.com/klen/pylama) - A code audit tool for Python and JavaScript. * [pylint](https://www.pylint.org/) - A fully customizable source code analyzer. * [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) - The strictest and most opinionated python linter ever.