From dc183578cb3b924cc5bb45fc429bed25b9c625aa Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 17:25:02 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/mirrors-yapf: v0.29.0 → v0.32.0](https://github.com/pre-commit/mirrors-yapf/compare/v0.29.0...v0.32.0) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.29.0](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.29.0) --- .pre-commit-config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8586d08..4144395 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,14 @@ --- # For use with pre-commit. # See usage instructions at https://pre-commit.com +repos: - repo: https://github.com/pre-commit/mirrors-yapf - rev: v0.29.0 + rev: v0.32.0 hooks: - id: yapf - repo: https://github.com/adrienverge/yamllint.git - rev: v1.20.0 + rev: v1.29.0 hooks: - id: yamllint args: [-c=./molecule/default/yamllint.yml]