diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0c80db6f5d1488b9b41b8a56a42f7a4545cf9705..0ea3fa447218df9c4b1cdf7f825878bb9a0188ec 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,11 @@ repos: -- repo: https://github.com/qoomon/git-conventional-commits - rev: v2.7.2 - hooks: - - id: conventional-commits + - repo: https://github.com/qoomon/git-conventional-commits + rev: v2.7.2 + hooks: + - id: conventional-commits + - repo: https://github.com/pre-commit/pre-commit-hooks + rev: v2.3.0 + hooks: + - id: check-yaml + - id: end-of-file-fixer + - id: trailing-whitespace