Re: [PATCH 18/18] pylintrc: enable unused-imports
Zac Medico <[email protected]>
| Newsgroups | gmane.linux.gentoo.portage.devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/3/20 1:20 PM, Aaron Bauman wrote: > * Repo is now clear of unused-imports... so turn it on by default > > Signed-off-by: Aaron Bauman <[email protected]> > --- > pylintrc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/pylintrc b/pylintrc > index 19f59c165..6f0eef386 100644 > --- a/pylintrc > +++ b/pylintrc > @@ -12,7 +12,7 @@ > # --disable=W". > #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module > disable=all > -enable=redefined-builtin,useless-object-inheritance,trailing-newlines > +enable=redefined-builtin,useless-object-inheritance,trailing-newlines,unused-import > > # A comma-separated list of package or module names from where C extensions may > # be loaded. Extensions are loading into the active Python interpreter and may > Thanks, merged the whole series: https://gitweb.gentoo.org/proj/portage.git/commit/?id=a8eb52efa1364044bb8dd426b1691ef19f08f595 -- Thanks, Zac
signature.asc
(application/pgp-signature, 981 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQKTBAEBCgB9FiEE8OgXaltWzqgSupCu0HX7jBBKPSAFAl8ohPdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEYw RTgxNzZBNUI1NkNFQTgxMkJBOTBBRUQwNzVGQjhDMTA0QTNEMjAACgkQ0HX7jBBK PSBaWg/9GdOPyLpGMDWHHlX8SRmdaa7jISsmzGCsDO26TKOqgRoT6mosJLdlF4/8 OKJCSo5mYns5MObURLRffapPWMuFupg5eGNGZpqv8B6fpPAzJQxxlLzp4T6XOD+Q IbuKKFWOWga3RhiSvfS3IbemC5D5QWR+VU1Nqd315FHPippRsJkMii5apwL/OPTu 4RktUxkIxuXOjs+qFrTzmsL4QLuooPypyNkPus8tfvvMQe2BH0nksavZTwojXvYZ rlGUVKdep6PHSmh809bQ9YoEYvJwdkwMmz50MIPLPyuWVWW7IRZfaoyZf+8anK+J BNvAwFpB7D/zUnRbrPmFynK1KDYfk/vtbg/3KNQjTCEgCLQNpYvZfVCt3hZDGeL/ qdw922K3ldPU4YQr30VaJ7AvE1Sc0Sxb6FotOFr/hxYlb/y6Z29EfApImHihbVnO Mrv+XbzjXz+X4bPEWjn78p33VgZkreppKaJeHWjABwkStNyeGYuVViRuw/CY08D+ vChSATcsnLbRwTCJpN7gAkh5movafb91uw93rONku57TUSe3Zr0n8cr+53FI9tb+ 3q+wkQ38epCgpzRjR/sqtVg608PAeDvF72XAlVkTT4lr2fmDm7uvs1ltwRHzldc9 I9CXluuFKsMe4gt/+OZx1Om49M2wZkotjq31frMzjEWAXUiVA7Y= =3int -----END PGP SIGNATURE-----