Update version of pre-commit-rust to include clippy and test running

This commit is contained in:
Evie Litherland-Smith 2024-01-01 11:59:12 +00:00
parent e960718f4b
commit a9c3b9a3a0

View file

@ -9,7 +9,9 @@ repos:
- id: check-yaml
- id: check-added-large-files
- repo: https://git.xenia.me.uk/utils/pre-commit-rust
rev: v1.1
rev: v1.2
hooks:
- id: fmt
- id: cargo-check
- id: cargo-clippy
- id: cargo-test