From e8cefae2f89143b59d49100ee844b10cdc657200 Mon Sep 17 00:00:00 2001 From: branic Date: Wed, 8 Mar 2023 05:19:54 +0000 Subject: [PATCH] Update pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fccbc82..99e2923 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: # entry: "yamllint" # types: [yaml] - repo: https://github.com/ansible/ansible-lint.git - rev: v6.14.0 + rev: v6.14.1 hooks: # see discussions here about what arguments are used, and behavior # https://github.com/ansible/ansible-lint/issues/649