codebuddies / backend

CodeBuddies back-end
https://codebuddies.org
GNU General Public License v3.0
20 stars 25 forks source link

[Tooling] Run linting/coding standards checks #132

Closed chris48s closed 4 years ago

chris48s commented 4 years ago

My go-to combo is:

:8ball: flake8 :black_circle: black :spiral_notepad: isort

pylint is also a popular choice

BethanyG commented 4 years ago

Closing for the moment. Not that this isn't excellent -- just that we might want to add this to documentation, or otherwise set up actions, reviews, or some sort of templates yet TBD.