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

Add code linter #5

Closed hop-along-polly closed 3 months ago

hop-along-polly commented 4 months ago

We should strive for clean and consistent code. Black is a really popular linter that we could use for this. Whatever we chose I would like to have the option of customizing the settings just in case a line-length of 80 doesn't work.

Acceptance Criteria

hop-along-polly commented 4 months ago

@chrishalbert Would be great having your experience w/ Github Actions to get this setup. If you need addtl permissions for the repo settings let me know and I'll fix that for you.

chrishalbert commented 4 months ago

Sounds good, will get started on this!

chrishalbert commented 3 months ago

It doesn't look like we can block PRs with a free account so I just scrapped that from the requirements. (Github Rulesets)

chrishalbert commented 3 months ago

Completed in the above PR