Pre-commit hooks for Rust projects. Forked from {TODO}
Find a file
Mathieu Lemay 84b3445a55
Revert "Allow user to send args to cargo fmt, not just to rustfmt"
This actually broke the hook. The -- needs to be present for pre-commit
to be able to pass the file names to run the hook on.

This reverts commit 4bb2cb56a1.
2020-04-30 21:11:24 -04:00
.pre-commit-config.yaml chore(pre-commit): update dependecies 2018-07-26 22:57:01 +03:00
.pre-commit-hooks.yaml Revert "Allow user to send args to cargo fmt, not just to rustfmt" 2020-04-30 21:11:24 -04:00
hooks.yaml Revert "Allow user to send args to cargo fmt, not just to rustfmt" 2020-04-30 21:11:24 -04:00
README.md add cargo-check hook to readme 2019-05-05 20:19:52 -03:00

Rust hooks for pre-commit

Rust tools package for pre-commit.

Using rust tools with pre-commit

-   repo: https://github.com/doublify/pre-commit-rust
    rev: master
    hooks:
    -   id: fmt
    -   id: cargo-check