chore: pin pre-commit repos to their latest version

merge-requests/10/merge
Nefo Fortressia 2021-11-11 06:15:48 +07:00
parent 044414fa06
commit bd429a2b27
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
repos:
- repo: https://github.com/commitizen-tools/commitizen
rev: master
rev: v2.20.0
hooks:
- id: commitizen
stages: [commit-msg]
- repo: https://github.com/doublify/pre-commit-rust
rev: master
rev: v1.0
hooks:
- id: fmt
- id: cargo-check