1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 12:00:10 +02:00
This commit is contained in:
Paul Fariello 2025-10-01 13:59:20 +02:00 committed by GitHub
commit 0e7fedaafc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

8
.pre-commit-config.yaml Normal file
View file

@ -0,0 +1,8 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: master
hooks:
- id: fmt
- id: clippy