From 8371b99f073e06a9d9cbede69f060b3627887e27 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:16:47 +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.8.0 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.14.0) - https://github.com/ikamensh/flynt/: 0.78 → 1.0.1 - [github.com/psf/black: 23.3.0 → 23.9.1](https://github.com/psf/black/compare/23.3.0...23.9.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 36731b9849f..a46008df5f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: autoupdate_schedule: quarterly repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.8.0 + rev: v3.14.0 hooks: - id: pyupgrade args: [--py37-plus] @@ -25,13 +25,13 @@ repos: exclude: ^tests/examples/pacer/nef/s3/.*\.txt$ - repo: https://github.com/ikamensh/flynt/ - rev: '0.78' + rev: '1.0.1' hooks: - id: flynt args: [--line-length=79, --transform-concats] - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black