Files
book_bot/.pre-commit-config.yaml
2023-09-24 22:37:40 +02:00

8 lines
145 B
YAML

repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy