-
Notifications
You must be signed in to change notification settings - Fork 78
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
Providing location to Cargo.toml #8
Comments
Hello. Thanks for your activity. Please create Pull request if you know solution to fix this issue |
@fdhadzh There's PR from Daniel with a fix for the issue. Would you be able to review and merge it? |
I think we also need to fix Shouldn't it only use |
Is this resolved? I am attempting the same thing with a different error message. I am assuming that passing the |
I have repository that has both Python and Rust code inside.
In the root of the repository I have
.pre-commit-config.yaml
with:In the
rust_code/
folder I have rust code together withCargo.toml
.However, it looks like the hook expects
Cargo.toml
to be in the root of the repository and is ignoring arguments.What options do I have?
The text was updated successfully, but these errors were encountered: