We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
black .
isort .
Add any helpful notes here.
The text was updated successfully, but these errors were encountered:
Sorry @jtyoung84 I just noticed that you might have planned to work on this? The scripts dir has something that looks like your work.
Sorry, something went wrong.
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:
jtyoung84
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: