You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
We need to fix up the codebase and ensure it meets the coding standards
We will need to add pylint in the development procedure for future developers.
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: