From 7697ecda5fbd6a2d4e7ff20f546d580c6dd6c340 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:40: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: - https://github.com/pre-commit/mirrors-yapf → https://github.com/google/yapf - [github.com/google/yapf: v0.29.0 → v0.33.0](https://github.com/google/yapf/compare/v0.29.0...v0.33.0) - [github.com/adrienverge/yamllint.git: v1.20.0 → v1.31.0](https://github.com/adrienverge/yamllint.git/compare/v1.20.0...v1.31.0) --- .pre-commit-config.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8586d08..496d61f 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 -- repo: https://github.com/pre-commit/mirrors-yapf - rev: v0.29.0 +repos: +- repo: https://github.com/google/yapf + rev: v0.33.0 hooks: - id: yapf - repo: https://github.com/adrienverge/yamllint.git - rev: v1.20.0 + rev: v1.31.0 hooks: - id: yamllint args: [-c=./molecule/default/yamllint.yml]