From 1253c4f28ae49a1c3f954a117e6d435d1735e663 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 18:06:23 +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/hadialqattan/pycln: v1.3.5 → v2.0.4](https://github.com/hadialqattan/pycln/compare/v1.3.5...v2.0.4) - [github.com/asottile/pyupgrade: v2.34.0 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.2) - [github.com/adrienverge/yamllint: v1.26.3 → v1.27.1](https://github.com/adrienverge/yamllint/compare/v1.26.3...v1.27.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bc266d0a..eb7b8a86 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: - id: detect-private-key exclude: ^examples|(?:tests/ssl)/ - repo: https://github.com/hadialqattan/pycln - rev: v1.3.5 + rev: v2.0.4 hooks: - id: pycln args: ["--all"] @@ -43,7 +43,7 @@ repos: hooks: - id: black - repo: https://github.com/asottile/pyupgrade - rev: "v2.34.0" + rev: "v2.37.2" hooks: - id: pyupgrade args: ["--py36-plus", "--keep-mock"] @@ -63,6 +63,6 @@ repos: files: >- ^[^/]+[.]rst$ - repo: https://github.com/adrienverge/yamllint - rev: "v1.26.3" + rev: "v1.27.1" hooks: - id: yamllint