Ducklang/.pre-commit-config.yaml

15 lines
309 B
YAML

repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: cargo-check
- id: clippy
- repo: local
hooks:
- id: tests
name: tests
entry: cargo test
language: system
pass_filenames: false
files: ^src/|^test_programs/