hop-along-polly / always-on

AlwaysON is the REST API that always responds with the EXACT response you want.
GNU General Public License v3.0
0 stars 0 forks source link

Fea/iss 5/code linter #13

Closed chrishalbert closed 3 months ago

chrishalbert commented 3 months ago

Description of Work

Add code linter

This work adds the linter black as a dev dependency to the requirements-dev.txt, along with some Make targets to run the lint checks locally AND even do some of the fixes! This also fulfills the AC's listed in the referenced issue above.

image

Type of Change

I'm split on whether this is a Chore or a Feature. I feel like a Feature refers more to the application, where as this is code/repo overhead.

Testing Steps

This should run once the github actions are in place. To illustrate the functionality, I'll push a failing commit to illustrate the ❌, as well as the subsequent ✅

Definition of Done Checklist