From 873b84b114df67efd6d8163ef6e01a3dee0e6db0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 17:38:08 +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/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2) - [github.com/psf/black: 23.11.0 → 24.3.0](https://github.com/psf/black/compare/23.11.0...24.3.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.2) --- .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 6406f04b3..d40c65928 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,12 +8,12 @@ repos: hooks: - id: yesqa - repo: https://github.com/pycqa/isort - rev: '5.12.0' + rev: '5.13.2' hooks: - id: isort args: ["--profile", "black"] - repo: https://github.com/psf/black - rev: '23.11.0' + rev: '24.3.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -48,7 +48,7 @@ repos: - id: detect-private-key exclude: ^tests/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.15.0' + rev: 'v3.15.2' hooks: - id: pyupgrade args: ['--py38-plus', '--keep-mock']