diff --git a/README.md b/README.md index 0240e6061e..663666a777 100644 --- a/README.md +++ b/README.md @@ -227,6 +227,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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. + * [import-linter](https://github.com/seddonym/import-linter) - Enforces custom-defined rules for the imports within and between packages. * 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.