1 2 3 4 5 6 7 8 9
repos: - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt - id: clippy name: clippy entry: cargo clippy --all-targets --all-features always_run: true