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
1 changed files with 1 additions and 1 deletions

View File

@ -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