Pre-commit hooks for Rust projects. Forked from {TODO}
Find a file
Hugo Locurcio f56e09d387
docs: Update configuration example
`sha` was renamed to `rev` in pre-commit 1.9.0.

This also changes URLs to use https:// instead of git://, which
works better behind a firewall.
2018-10-16 15:15:48 +02:00
.pre-commit-config.yaml chore(pre-commit): update dependecies 2018-07-26 22:57:01 +03:00
.pre-commit-hooks.yaml fix(pre-commit): hook 2018-07-31 07:12:55 +03:00
hooks.yaml fix: rustfmt 2018-07-26 23:07:00 +03:00
README.md docs: Update configuration example 2018-10-16 15:15:48 +02: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