-
Notifications
You must be signed in to change notification settings - Fork 72
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
[ENH] Find alternative to pre-commit-rust
#810
Comments
@charlesbluca fyi |
Thanks for the ping @andygrove - agree that an alternative to pre-commit-rust would allow us to have a lot more flexibility in terms of running The biggest blocker I foresee here (which I've been discussing with @ayushdg) is switching over our CI and documentation to encourage the use of |
@andygrove if you test as well with nightly toolchain, it's easier to set specfic toolchain as default. |
This issue is pretty outdated now, the solution we ended up going with here was encouraging direct install of There is still the issue of |
I'd like to create pre-commit-rust from the scratch. May I invite you to discuss requirements? |
Is your feature request related to a problem? Please describe.
I would like the pre-commit hook to run
cargo test
andcargo +nightly fmt
so that we can format imports. These features are not implemented inpre-commit-rust
, and the project seems to be unmaintained (last commit is more than 2 years ago).There is a PR for supporting
cargo test
(doublify/pre-commit-rust#25) and an issue for supporting+nightly
(doublify/pre-commit-rust#15).Describe the solution you'd like
One option would be to fork the repo. I don't know what other solutions exist for the
pre-commit
tool we are using.Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: