pre-commit-ci / issues

public issues for https://pre-commit.ci
16 stars 3 forks source link

Cargo support #89

Closed hombit closed 2 years ago

hombit commented 2 years ago

Please can you add a recent Rust toolchain to CI workers

asottile commented 2 years ago

it is available for any language: rust hook

hombit commented 2 years ago

Thank you! I'm trying to use these hooks, which just call cargo command with language: system. These hooks cause "Executable cargo not found" error on pre-commit.ci. So I don't need rust to compile hook itself, but I need cargo to run formatting and linter

asottile commented 2 years ago

you may have better luck with repo: local versions of those that have language: rust ?