summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorMoises Lopez - https://www.vauxoo.com/ <moylop260@vauxoo.com>2016-04-30 06:07:15 -0500
committerClaudiu Popa <pcmanticore@gmail.com>2016-04-30 14:07:15 +0300
commit9812c5a49ae430945e9ad5dde7ec523904498805 (patch)
treef7f6b9972ee055ce8986be6d81209572f15edf38 /CONTRIBUTORS.txt
parent2b9afbb95722ef3b76c0649c01a2d8066f812327 (diff)
downloadpylint-git-9812c5a49ae430945e9ad5dde7ec523904498805.tar.gz
[REF] import-checkers: Use of isort (#879)
Use the isort library for wrong-import-order checker.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 99105e56c..1de7fc424 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -84,6 +84,7 @@ Order doesn't matter (not that much, at least ;)
* Łukasz Rogalski: invalid-length-returned
-* Moisés López (Vauxoo): Support for deprecated-modules in modules not installed.
+* Moisés López (Vauxoo): Support for deprecated-modules in modules not installed,
+ Refactory wrong-import-order to integrate it with `isort` library.
* Luis Escobar (Vauxoo), Moisés López (Vauxoo): Add bad-docstring-quotes and docstring-first-line-empty