We now have a linter that automatically runs when pushing code. However, our application does not pass the linting in its current state. So, for the linting to pass, the code must be reconfigured.
What is required for this issue to be completed:
[ ] Update the automated linter (.github/workflows/Pylint.yaml) to run on all branch pushes
[x] Modify the code so that it passes when the linter is run
[ ] Make note of any warnings/errors that cannot be easily fixed
We now have a linter that automatically runs when pushing code. However, our application does not pass the linting in its current state. So, for the linting to pass, the code must be reconfigured.
What is required for this issue to be completed: