pre-commit-hooks/.pre-commit-hooks.yaml

15 lines
293 B
YAML
Raw Normal View History

- id: rust-fmt
name: rustfmt
description: Format Rust sources with the rustfmt.
entry: rustfmt
language: system
types:
- rust
- id: rust-clippy
name: clippy
description: Lint Rust sources with clippy.
entry: clippy-driver
language: system
types:
- rust