From a88a6fab59990dbdb0bd1207881066757f2dbd91 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:16:51 +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.10.1 → 5.12.0](https://github.com/pycqa/isort/compare/5.10.1...5.12.0) - [github.com/asottile/pyupgrade: v3.3.1 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.3.1...v3.10.1) - [github.com/psf/black: 22.12.0 → 23.7.0](https://github.com/psf/black/compare/22.12.0...23.7.0) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.5) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6d20894..163bcf3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,22 +11,22 @@ repos: - id: debug-statements - repo: https://github.com/pycqa/isort - rev: 5.10.1 + rev: 5.12.0 hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.3.1 + rev: v3.10.1 hooks: - id: pyupgrade args: [--py37-plus] - repo: https://github.com/psf/black - rev: 22.12.0 + rev: 23.7.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell - rev: "v2.2.2" + rev: "v2.2.5" hooks: - id: codespell args: ["-L", "sur,nd"]