From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 04AD8138359 for ; Thu, 6 Aug 2020 07:02:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6B4E0884; Thu, 6 Aug 2020 07:02:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2F69EE0884 for ; Thu, 6 Aug 2020 07:02:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FA6734F22F for ; Thu, 6 Aug 2020 07:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1D0530F for ; Thu, 6 Aug 2020 07:02:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1596693481.bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: / X-VCS-Repository: proj/portage X-VCS-Files: pylintrc X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261 X-VCS-Branch: master Date: Thu, 6 Aug 2020 07:02:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 454cdafa-d5be-4de8-9c9c-3f98cba70e90 X-Archives-Hash: d634c67db1ef860c19447012164f10c9 commit: bc0e50294a96623fdfcb51d7cea4c3d2a4c5e261 Author: Aaron Bauman gentoo org> AuthorDate: Wed Aug 5 23:51:59 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Aug 6 05:58:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=bc0e5029 pylintrc: enable multiple-imports check Signed-off-by: Aaron Bauman gentoo.org> Signed-off-by: Zac Medico gentoo.org> pylintrc | 1 + 1 file changed, 1 insertion(+) 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,