14 lines
332 B
YAML
14 lines
332 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v3.4.0
|
|
hooks:
|
|
- id: check-merge-conflict
|
|
- id: end-of-file-fixer
|
|
- id: mixed-line-ending
|
|
- id: trailing-whitespace
|
|
- repo: https://github.com/doublify/pre-commit-rust
|
|
rev: master
|
|
hooks:
|
|
- id: fmt
|
|
- id: clippy
|