diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0708eaf..ddc2553 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/ansible-community/ansible-lint.git - rev: v6.9.1 + rev: v6.11.0 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649 @@ -19,7 +19,7 @@ repos: args: - "--profile=production" - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.5.1 + rev: v0.6.0 hooks: - id: markdownlint-cli2 ...