From ae67b887267ab93c8e311a980e358b1cd9e3ed22 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Wed, 19 Aug 2020 15:33:42 +0800 Subject: [PATCH] move isort to Code Formatters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0be2ff0b..896fdaa5 100644 --- a/README.md +++ b/README.md @@ -244,12 +244,12 @@ 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. * Code Formatters * [black](https://github.com/python/black) - The uncompromising Python code formatter. + * [isort](https://github.com/timothycrosley/isort) - A Python utility / library to sort imports. * [yapf](https://github.com/google/yapf) - Yet another Python code formatter from Google. * Static Type Checkers, also see [awesome-python-typing](https://github.com/typeddjango/awesome-python-typing) * [mypy](http://mypy-lang.org/) - Check variable types during compile time.