repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
stages: [commit]
- id: cargo-check
stages: [commit]
- id: clippy
stages: [commit]
args: ['--tests', '--', '-D', 'warnings']
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v8.0.0
hooks:
- id: commitlint
stages: [commit-msg]