mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-08 17:16:38 +00:00
11 lines
No EOL
289 B
YAML
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 |