From 673936837f110799b8617efb25a02f3ce79e6f33 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 16:47: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/pre-commit/pre-commit-hooks: v4.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.0.1...v4.6.0) - [github.com/asottile/pyupgrade: v2.29.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v2.29.0...v3.17.0) - [github.com/PyCQA/isort: 5.9.3 → 5.13.2](https://github.com/PyCQA/isort/compare/5.9.3...5.13.2) - [github.com/psf/black: 21.9b0 → 24.4.2](https://github.com/psf/black/compare/21.9b0...24.4.2) - [github.com/asottile/setup-cfg-fmt: v1.18.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.18.0...v2.5.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 72b4c37..f4961c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.0.1 + rev: v4.6.0 hooks: - id: check-case-conflict - id: check-merge-conflict @@ -12,7 +12,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.29.0 + rev: v3.17.0 hooks: - id: pyupgrade name: PyUpgrade 3.8+ @@ -20,17 +20,17 @@ repos: exclude: ^bin/ - repo: https://github.com/PyCQA/isort - rev: 5.9.3 + rev: 5.13.2 hooks: - id: isort args: [--profile, black] - repo: https://github.com/psf/black - rev: 21.9b0 + rev: 24.4.2 hooks: - id: black - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.18.0 + rev: v2.5.0 hooks: - id: setup-cfg-fmt