Update version of pre-commit-rust to include clippy and test running
This commit is contained in:
parent
e960718f4b
commit
a9c3b9a3a0
|
@ -9,7 +9,9 @@ repos:
|
||||||
- id: check-yaml
|
- id: check-yaml
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- repo: https://git.xenia.me.uk/utils/pre-commit-rust
|
- repo: https://git.xenia.me.uk/utils/pre-commit-rust
|
||||||
rev: v1.1
|
rev: v1.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
- id: fmt
|
||||||
- id: cargo-check
|
- id: cargo-check
|
||||||
|
- id: cargo-clippy
|
||||||
|
- id: cargo-test
|
||||||
|
|
Loading…
Reference in a new issue