repos: - repo: https://github.com/doublify/pre-commit-rust rev: v1.0 hooks: - id: fmt #- id: clippy #args: [] - id: cargo-check - repo: https://github.com/compilerla/conventional-pre-commit rev: v3.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] args: []