Pre-commit hooks for Rust projects. Forked from {TODO}
Find a file
2020-01-12 16:02:48 -05:00
.pre-commit-config.yaml chore(pre-commit): update dependecies 2018-07-26 22:57:01 +03:00
.pre-commit-hooks.yaml Use cargo fmt instead of rustfmt 2020-01-12 16:02:48 -05:00
hooks.yaml Use cargo fmt instead of rustfmt 2020-01-12 16:02:48 -05: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