From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org, Aaron Bauman <bman@gentoo.org>
Subject: Re: [gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports
Date: Mon, 3 Aug 2020 14:43:19 -0700 [thread overview]
Message-ID: <8c5658e6-f804-0b1d-ffcb-763020688671@gentoo.org> (raw)
In-Reply-To: <20200803202033.1585074-18-bman@gentoo.org>
[-- Attachment #1.1: Type: text/plain, Size: 999 bytes --]
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 <bman@gentoo.org>
> ---
> 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
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]
prev parent reply other threads:[~2020-08-03 21:43 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-08-03 20:20 [gentoo-portage-dev] [PATCH 01/18] lib/_emerge/actions.py: drop unused-import Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 02/18] lib/portage/package/ebuild/_config/KeywordsManager.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 03/18] lib/portage/emaint/modules/sync/sync.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 04/18] lib/_emerge/resolver/slot_collision.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 05/18] lib/_emerge/PollScheduler.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 06/18] lib/portage/dep/soname/SonameAtom.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 07/18] lib/portage/dbapi/cpv_expand.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 08/18] lib/_emerge/EbuildBuild.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 09/18] lib/portage/_emirrordist/Config.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 10/18] lib/portage/dbapi/IndexedPortdb.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 11/18] lib/portage/elog/mod_syslog.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 12/18] lib/portage/package/ebuild/prepare_build_dirs.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 13/18] lib/portage/package/ebuild/getmaskingreason.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 14/18] lib/portage/tests/resolver/ResolverPlayground.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 15/18] lib/portage/tests/util/test_getconfig.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 16/18] lib/portage/tests/util/eventloop/test_call_soon_fifo.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 17/18] lib/portage/util/netlink.py: " Aaron Bauman
2020-08-03 20:20 ` [gentoo-portage-dev] [PATCH 18/18] pylintrc: enable unused-imports Aaron Bauman
2020-08-03 21:43 ` Zac Medico [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8c5658e6-f804-0b1d-ffcb-763020688671@gentoo.org \
--to=zmedico@gentoo.org \
--cc=bman@gentoo.org \
--cc=gentoo-portage-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox