summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-09-13 09:42:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-09-13 09:42:26 -0400
commit189504112784fbafc68ee0757754e8806573d279 (patch)
treefb18607b44e8fb3b68789e5ac80a67a5c570e369 /pylintrc
parent42c0c58c452f6f10b26986cefe9cd00688081546 (diff)
downloadpython-coveragepy-git-189504112784fbafc68ee0757754e8806573d279.tar.gz
Check for import order
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/pylintrc b/pylintrc
index 93afc304..c9e04b9e 100644
--- a/pylintrc
+++ b/pylintrc
@@ -74,9 +74,6 @@ disable=
too-many-ancestors,
# Formatting stuff
superfluous-parens,bad-continuation,
-# I'm fine deciding my own import order,
- wrong-import-position,
- wrong-import-order,
# Messages that are noisy for now, eventually maybe we'll turn them on:
invalid-name,
protected-access,