mirror of
https://github.com/pythops/bluetui.git
synced 2026-05-06 21:42:28 +08:00
17 lines
372 B
YAML
17 lines
372 B
YAML
---
|
|
fail_fast: true
|
|
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: cargo-fmt
|
|
name: cargo fmt
|
|
entry: cargo fmt --all --
|
|
language: system
|
|
types: [rust]
|
|
- id: clippy
|
|
name: clippy
|
|
entry: |
|
|
cargo clippy --workspace --all-targets --all-features -- -D warnings
|
|
language: system
|
|
pass_filenames: false
|