[pgAdmin4][RM#3082] Fix PEP-8 issues - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][RM#3082] Fix PEP-8 issues
Date
Msg-id CAKKotZShS94W1+LN8uX=nVLXT20oZ0gE_EteJj4=dLmhARy_+A@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][RM#3082] Fix PEP-8 issues  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi,

PFA patch to fix PEP-8 issues in feature_tests, dashboard, about and misc module's python code.

To verify the changes,
1) activate virtual environemt
2) Navigate to ../web directory and run following
pycodestyle --config=.pycodestyle ./pgadmin/misc/
pycodestyle --config=.pycodestyle ./pgadmin/about/
pycodestyle --config=.pycodestyle ./pgadmin/dashboard/
pycodestyle --config=.pycodestyle ./pgadmin/feature_tests/


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

Attachment

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: [pgAdmin4][RM#3016] Properly display notices in case of error
Next
From: Joao De Almeida Pereira
Date:
Subject: [pgadmin][patch] [GreenPlum] When user press Explain Plan and Explainanalyze plan an error is displayed