mirror of
https://github.com/lightsoutgames/bevy_tts.git
synced 2024-12-21 14:15:57 +00:00
chore: Integrate pre-commit.
This commit is contained in:
parent
3ef32f30b9
commit
7ad2070fa9
10
.pre-commit-config.yaml
Normal file
10
.pre-commit-config.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
fail_fast: true
|
||||
repos:
|
||||
- repo: https://github.com/doublify/pre-commit-rust
|
||||
rev: v1.0
|
||||
hooks:
|
||||
- id: fmt
|
||||
args: [--, --check]
|
||||
- id: cargo-check
|
||||
args: [--bins, --examples]
|
||||
- id: clippy
|
Loading…
Reference in New Issue
Block a user