diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37dafff..8add069 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,7 @@ repos: - repo: https://github.com/FeryET/pre-commit-rust rev: v1.1.0 + language: rust hooks: - id: fmt - id: cargo-check