summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-08-05 19:51:59 -0400
committerZac Medico <zmedico@gentoo.org>2020-08-05 22:58:01 -0700
commitbc0e50294a96623fdfcb51d7cea4c3d2a4c5e261 (patch)
treeaf1fa15c5c21b0718099e0120b83ad656765ddc4 /pylintrc
parenttabcheck.py: fix multiple-imports (diff)
downloadportage-bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261.tar.gz
portage-bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261.tar.bz2
portage-bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261.zip
pylintrc: enable multiple-imports check
Signed-off-by: Aaron Bauman <bman@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index b7091516c..5f4ec3278 100644
--- a/pylintrc
+++ b/pylintrc
@@ -19,6 +19,7 @@ enable=
misplaced-future,
missing-final-newline,
mixed-line-endings,
+ multiple-imports,
redefined-builtin,
reimported,
relative-beyond-top-level,