-
Notifications
You must be signed in to change notification settings - Fork 17k
Replace pre-commit with prek #44995
Copy link
Copy link
Closed
j178/prek
#377Labels
area:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Metadata
Metadata
Assignees
Labels
area:dev-envCI, pre-commit, pylint and other changes that do not change the behavior of the final codeCI, pre-commit, pylint and other changes that do not change the behavior of the final code
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
Done
As @ashb noticed there is a new drop-in replacement for pre-commit in town written in rust - with presumably less opinionated choices (and nicer features) than pre-commit. It's not "ready yet" - it does not have everything implemented yet, but looks promising.
https://github.com/j178/prefligit
We might want to take a look at figure out what is missing and replace
pre-commitwith it when we think it's ready