Merge branch 'main' into chore/description-templates

chore/description-templates
Nefo Fortressia 2021-11-09 08:00:42 +07:00
commit 0e860f2621
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 11 additions and 0 deletions

11
.pre-commit-config.yaml Normal file
View File

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