1
0
mirror of https://github.com/scsibug/nostr-rs-relay.git synced 2025-04-16 10:29:56 -04:00

build: remove pre-commit rustfmt check

This commit is contained in:
Greg Heartsfield 2022-12-24 10:29:30 -06:00
parent e5074f2e46
commit 29effaae23

@ -11,6 +11,6 @@ repos:
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
# - id: fmt
- id: cargo-check
- id: clippy