chore: upgraded hooks' versions

This commit is contained in:
Michele Cereda
2023-11-17 23:49:52 +01:00
parent 3f9419aa85
commit 32ef4aca94

View File

@@ -4,7 +4,7 @@
repos:
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
rev: v9.5.0
rev: v9.9.0
hooks:
- id: commitlint
stages:
@@ -25,15 +25,9 @@ repos:
- --markdown-linebreak-ext=md # ignore markdown's line break
- id: end-of-file-fixer
# - repo: https://github.com/adrienverge/yamllint
# rev: v1.32.0
# rev: v1.33.0
# hooks:
# - id: yamllint
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint
args:
- -r "~MD013" # ignore line-length rule
- repo: https://github.com/hadolint/hadolint
rev: v2.12.1-beta
hooks:
@@ -41,8 +35,14 @@ repos:
# - repo: https://github.com/ansible-community/ansible-lint
# # FIXME: need to figure this out, too many stupid issues.
# # Using `ansible-lint -v ansible` for the time being.
# rev: v6.19.0
# rev: v6.22.0
# hooks:
# - id: ansible-lint
# exclude: .*
# files: ansible/
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint
args:
- -r "~MD013" # ignore line-length rule