Run pre-commit run --all-files
after updating pre-commit hooks
#34377
aareman
started this conversation in
Suggest an Idea
Replies: 2 comments
-
Use |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you. I just found that in the docs shortly after posting, but couldn't verify yet if it would be what i needed. Thank you @rarkins. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tell us more.
The pre-commit hooks when updated, don't "reformat" the code base and include that in a secondary commit. This causes CI to fail on pre-commit if the new version changes how the files are formatted in any way.
Beta Was this translation helpful? Give feedback.
All reactions