1
0
Fork 0
mirror of https://github.com/imjasonh/testscript-rs synced 2026-07-08 09:05:34 +00:00
testscript-rs/.pre-commit-config.yaml
Jason Hall 424dcaf170
CI: run pre-commit (#46)
Signed-off-by: Jason Hall <imjasonh@gmail.com>
2026-01-01 18:32:25 +00:00

12 lines
326 B
YAML

repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
name: Rust formatter
- id: clippy
name: Rust linter
args:
["--fix", "--allow-dirty", "--all-targets", "--", "-D", "warnings"]
- id: cargo-check
name: Rust compiler check