From 32ef4aca946328fad99f6a60e5faecd04a83225b Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 17 Nov 2023 23:49:52 +0100 Subject: [PATCH] chore: upgraded hooks' versions --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2b162fc..1e23bbc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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