From 0857789f224fa044d4d2bc55fd8dfe10fbf18a35 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 22:28:43 +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/asottile/pyupgrade: v3.3.2 → v3.4.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.4.0) - [github.com/collective/zpretty: 3.0.4 → 3.1.0a2](https://github.com/collective/zpretty/compare/3.0.4...3.1.0a2) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f9cdf5c..ea50e47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--py38-plus] @@ -19,7 +19,7 @@ repos: hooks: - id: black - repo: https://github.com/collective/zpretty - rev: 3.0.4 + rev: 3.1.0a2 hooks: - id: zpretty - repo: https://github.com/PyCQA/flake8