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 213d584878
add pre-commit config (#15)
Signed-off-by: Jason Hall <jason@chainguard.dev>
2025-09-26 23:57:51 +00:00

11 lines
No EOL
289 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: ['--all-targets', '--', '-D', 'warnings']
- id: cargo-check
name: Rust compiler check