GitHub - pxeger/pre-commit-rust: Rust hooks for pre-commit

Rust hooks for pre-commit

Rust tools package for pre-commit, using nightly versions of Rust.

Using rust tools with pre-commit

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

Passing arguments to rustfmt

- repo: https://github.com/pxeger/pre-commit-rust
  rev: master
  hooks:
  - id: fmt
    args: ['--verbose', '--edition', '2018', '--']

Licence

Material in this repository is not substantial enough to be copyrightable, so you can do what you like with it.