Re: Regarding PEP-8 checker

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Regarding PEP-8 checker
Date: 2018-02-21 17:42:48
Message-ID: CA+OCxow=oCK--C0WxoZSgtph2JXO7aZVtiQzC0DmAPA8GP_iqQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Feb 20, 2018 at 6:28 PM, Murtuza Zabuawala <
murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:

> Hi All,
>
> Earlier we have fixed PEP-8 issues in below modules,
> pycodestyle --config=.pycodestyle ./pgadmin/tools/
> pycodestyle --config=.pycodestyle ./pgadmin/utils/
> pycodestyle --config=.pycodestyle ./pgadmin/misc/
> pycodestyle --config=.pycodestyle ./pgadmin/about/
> pycodestyle --config=.pycodestyle ./pgadmin/dashboard/
> pycodestyle --config=.pycodestyle ./pgadmin/feature_tests/
> pycodestyle --config=.pycodestyle ./regression/
> pycodestyle --config=.pycodestyle ./pgadmin/setup/
> pycodestyle --config=.pycodestyle ./pgadmin/settings/
> pycodestyle --config=.pycodestyle ./pgadmin/redirects/
> pycodestyle --config=.pycodestyle ./pgadmin/preferences/
> pycodestyle --config=.pycodestyle ./pgadmin/model/
> pycodestyle --config=.pycodestyle ./pgadmin/help/
>
>
> But today when I ran PEP-8 checker on above modules I see many PEP-8
> errors :(
>
> It's a humble request to you to run PEP-8 checker on your changes (If you
> have made changes in any of above mentioned modules), so that we don't
> waste our efforts in the same modules again and again.
>

+<several million>.

I would also ask that everyone on the EDB team also take a few minutes to
cleanup 3 or 4 modules per day. Once we have everything in a clean state,
we'll add a PEP8 codestyle check to the Jenkins tests to help keep it clean.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2018-02-21 17:49:56 Re: [pgAdmin4][RM#2900] Adding accessibility features in query tool
Previous Message Murtuza Zabuawala 2018-02-21 17:39:13 Re: [pgAdmin4][RM#3014] Fix validation issues while creating new sequence