-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Replace pre-commit with prefligit #44995
Labels
area:dev-env
CI, pre-commit, pylint and other changes that do not change the behavior of the final code
Comments
dosubot
bot
added
the
area:dev-env
CI, pre-commit, pylint and other changes that do not change the behavior of the final code
label
Dec 17, 2024
potiuk
changed the title
Replace pre-commit with preflight
Replace pre-commit with prefligit
Dec 17, 2024
Current status - it fails wit:
|
🚀 That's what I was sincerely hoping for. This is main reason why we have |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:dev-env
CI, pre-commit, pylint and other changes that do not change the behavior of the final code
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-commit
with it when we think it's readyThe text was updated successfully, but these errors were encountered: