musixmatch-inofficial/.pre-commit-config.yaml
ThetaDev 5aee3fef75
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
feat: add all request TLS options
add CI pipeline
2023-05-08 17:23:52 +02:00

7 lines
183 B
YAML

repos:
- repo: https://github.com/cathiele/pre-commit-rust
rev: v0.1.0
hooks:
- id: cargo-fmt
- id: cargo-clippy
args: ["--all", "--", "-D", "warnings"]