public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Zac Medico <zmedico@gentoo.org>
To: gentoo-portage-dev@lists.gentoo.org, Aaron Bauman <bman@gentoo.org>
Subject: Re: [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules
Date: Mon, 3 Aug 2020 20:17:32 -0700	[thread overview]
Message-ID: <15759a1d-6d88-f301-4aa5-94ab9dd36e04@gentoo.org> (raw)
In-Reply-To: <20200804024458.2228759-1-bman@gentoo.org>


[-- Attachment #1.1: Type: text/plain, Size: 1411 bytes --]

On 8/3/20 7:44 PM, Aaron Bauman wrote:
> * also, really fix the enable module structure
> 
> Signed-off-by: Aaron Bauman <bman@gentoo.org>
> ---
>  pylintrc | 20 +++++++++++---------
>  1 file changed, 11 insertions(+), 9 deletions(-)
> 
> diff --git a/pylintrc b/pylintrc
> index 690941715..ad32f70d7 100644
> --- a/pylintrc
> +++ b/pylintrc
> @@ -12,15 +12,17 @@
>  # --disable=W".
>  #disable=no-absolute-import,bad-continuation,C0103,C0114,C0115,E1101,W0201,no-name-in-module
>  disable=all
> -enable=missing-final-newline,
> -       mixed-line-endings,
> -       redefined-builtin,
> -       trailing-newlines,
> -       trailing-whitespace,
> -       unexpected-line-ending-format,
> -       unnecessary-semicolon,
> -       unused-import,
> -       useless-object-inheritance
> +enable=
> +	missing-final-newline,
> +	mixed-line-endings,
> +	redefined-builtin,
> +	reimported,
> +	trailing-newlines,
> +	trailing-whitespace,
> +	unexpected-line-ending-format,
> +	unnecessary-semicolon,
> +	unused-import,
> +	useless-object-inheritance
>  
>  # 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=1c45b36ee1d2062ec56ad56cba194affcdf2ce0e
-- 
Thanks,
Zac


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 981 bytes --]

      parent reply	other threads:[~2020-08-04  3:17 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-04  2:44 [gentoo-portage-dev] [PATCH 1/4] pylintrc: turn on checks for reimported modules Aaron Bauman
2020-08-04  2:44 ` [gentoo-portage-dev] [PATCH 2/4] lib/portage/dbapi/vartree.py: fix reimported Aaron Bauman
2020-08-04  2:44 ` [gentoo-portage-dev] [PATCH 3/4] lib/_emerge/search.py: " Aaron Bauman
2020-08-04  2:44 ` [gentoo-portage-dev] [PATCH 4/4] lib/portage/util/socks5.py: fix reimport Aaron Bauman
2020-08-04  3:17 ` 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=15759a1d-6d88-f301-4aa5-94ab9dd36e04@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