ubyssey.ca icon indicating copy to clipboard operation
ubyssey.ca copied to clipboard

Ensuring all the python code meets PEP8 coding standards

Open FireBoyAJ24 opened this issue 1 year ago • 0 comments

What happened?

When fixing the dependent bot I found that we had a pylint package in our development environment. There has been a desire to ensure all our code meets a PEP8 coding standards for a while but has been placed at the bottom of our wish lists for a while.

There are two major things we have to do to ensure that the current and future codebase meets the PEP8 coding standards:

  1. We need to fix up the codebase and ensure it meets the coding standards
  2. We will need to add pylint in the development procedure for future developers.

FireBoyAJ24 avatar Aug 14 '23 06:08 FireBoyAJ24