Open jtyoung84 opened 1 year ago
Sorry @jtyoung84 I just noticed that you might have planned to work on this? The scripts dir has something that looks like your work.
That script was from a request you had to be able to run the linters and tests in one command.
I can assign someone to do this ticket that will auto push the linter changes to main when a PR is merged. The basic workflow will look like:
User story
As a developer, I want a github action to run and commit linters, so I don't have to worry about running it locally before pushing commits.
Acceptance criteria
black .
andisort .
and commit the changes to the current branch.Sprint Ready Checklist
Notes
Add any helpful notes here.