-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Chore/change prettier hook #70
Chore/change prettier hook #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting that pip is already installed.
I would normally have not wanted to have it installed twice but it shouldn't since pip is just going to say that the requirement is already met.
One consideration would be to move the autoupdate under the check so we don't have to install it manually.
The pre commit workfow would automatically run on the updated versions of the hooks once the workflow pushes the pre-commit-config.yaml changes.
While we are here we could also consider changing the check for release workflow to only run when the pull request is trying to merge to main. |
This reverts commit 028ee29.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LFineTM
Motivation
Change outdated pre-commit hooks and auto update them.
Changes