chore: updated repos versions, added commented yamllint snippet

This commit is contained in:
Michele Cereda
2023-10-24 15:19:35 +02:00
parent 41138c9566
commit 68fa8111aa

View File

@@ -12,7 +12,7 @@ repos:
additional_dependencies: additional_dependencies:
- '@commitlint/config-conventional' - '@commitlint/config-conventional'
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0 rev: v4.5.0
hooks: hooks:
- id: check-added-large-files - id: check-added-large-files
- id: check-json - id: check-json
@@ -24,6 +24,10 @@ repos:
args: args:
- --markdown-linebreak-ext=md # ignore markdown's line break - --markdown-linebreak-ext=md # ignore markdown's line break
- id: end-of-file-fixer - id: end-of-file-fixer
# - repo: https://github.com/adrienverge/yamllint
# rev: v1.32.0
# hooks:
# - id: yamllint
- repo: https://github.com/markdownlint/markdownlint - repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0 rev: v0.12.0
hooks: hooks: