[pgAdmin4][RM#3062] Fix PEP-8 issues in Tools module - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][RM#3062] Fix PEP-8 issues in Tools module
Date
Msg-id CAKKotZQUm_Bufs-Gn1K-w0wTM7s0PZZG86MxK=Yo7DWf7mdZWQ@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][RM#3062] Fix PEP-8 issues in Tools module
List pgadmin-hackers
Hi,

PFA patch to fix PEP-8 issues in Tools module's python code.

How to run,
1) Apply patch RM#3063
2) activate virtual environemt
3) Install pycodestyle (formerly called pep8) module from requirements.txt 
4) Navigate to ../web directory and run following
pycodestyle --config=.pycodestyle ./pgadmin/tools

In step-4, you can also run yarn run pep8 for whole project but as of now I have fixed only tools module, that's why I'm suggesting you to run it against Tools module only :)

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Include a hash of the executable path in the lockand
Next
From: Murtuza Zabuawala
Date:
Subject: [pgAdmin4][RM#3063] Add 'pycodestyle ' Python PEP-8 checker module