Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o, Aaron Bauman <bman@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports
Date: Mon, 03 Aug 2020 21:43:23
Message-Id: 8c5658e6-f804-0b1d-ffcb-763020688671@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports by Aaron Bauman
1 On 8/3/20 1:20 PM, Aaron Bauman wrote:
2 > * Repo is now clear of unused-imports... so turn it on by default
3 >
4 > Signed-off-by: Aaron Bauman <bman@g.o>
5 > ---
6 > pylintrc | 2 +-
7 > 1 file changed, 1 insertion(+), 1 deletion(-)
8 >
9 > diff --git a/pylintrc b/pylintrc
10 > index 19f59c165..6f0eef386 100644
11 > --- a/pylintrc
12 > +++ b/pylintrc
13 > @@ -12,7 +12,7 @@
14 > # --disable=W".
15 > #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
16 > disable=all
17 > -enable=redefined-builtin,useless-object-inheritance,trailing-newlines
18 > +enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import
19 >
20 > # A comma-separated list of package or module names from where C extensions may
21 > # be loaded. Extensions are loading into the active Python interpreter and may
22 >
23
24 Thanks, merged the whole series:
25
26 https://gitweb.gentoo.org/proj/portage.git/commit/?id=a8eb52efa1364044bb8dd426b1691ef19f08f595
27 --
28 Thanks,
29 Zac

Attachments

File name MIME type
signature.asc application/pgp-signature