Hardhat-Enterprises / PT-GUI

Project PT-GUI for Deakin Capstone Hardhat Enterprises
GNU General Public License v3.0
8 stars 14 forks source link

Improve pylint across project #63

Closed Huskehhh closed 2 years ago

Huskehhh commented 2 years ago

Throughout the code, several pylint exclusions had to be created due to the code style. Go through and fix the code so these exclusions are no longer required.

Exclusions look like:

# pylint: disable=global-variable-undefined

Remove these and then use pylint * to guide the changes that need to be made.

In addition to this change, at the moment pylint is only running on the main directory. Adjust it to run over the whole project.

Acceptance Criteria:

Huskehhh commented 2 years ago

Closed as we are moving away from this project.