diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 958aedd..5925d8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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