2017-04-13 13:30:33 +01:00
|
|
|
# Rust hooks for pre-commit
|
|
|
|
|
2018-10-16 14:10:44 +01:00
|
|
|
[Rust](https://www.rust-lang.org) tools package for [pre-commit](https://pre-commit.com).
|
2017-04-13 13:30:33 +01:00
|
|
|
|
|
|
|
## Using rust tools with pre-commit
|
|
|
|
|
|
|
|
```yaml
|
2018-10-16 14:10:44 +01:00
|
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
|
|
|
rev: master
|
2017-04-13 13:30:33 +01:00
|
|
|
hooks:
|
|
|
|
- id: fmt
|
|
|
|
```
|