chore: improved repository management

This commit is contained in:
Michele Cereda
2023-12-08 14:46:28 +01:00
parent 65418a1803
commit 5dfd794d0f
4 changed files with 12 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.9.0
rev: v9.10.0
hooks:
- id: commitlint
stages:
@@ -17,8 +17,9 @@ repos:
- id: check-added-large-files
- id: trailing-whitespace
args:
- --markdown-linebreak-ext=md # ignore markdown's line break
- --markdown-linebreak-ext=md # ignore markdown file's line break
- id: end-of-file-fixer
exclude: ^.vscode/.*\.json$
- id: check-json
- id: check-xml
- id: check-yaml