chore(presubmit): add more useful hooks

This commit is contained in:
Roman Gershman 2022-07-08 10:23:46 +03:00
parent 049f34c89f
commit c5c143525c
1 changed files with 7 additions and 1 deletions

View File

@ -5,4 +5,10 @@ repos:
name: Conventional Commit Minder name: Conventional Commit Minder
entry: contrib/scripts/conventional-commits entry: contrib/scripts/conventional-commits
language: script language: script
stages: [commit-msg] stages: [commit-msg]
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.3.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer