From 5812328c53c14fbaabd8d0a6e5307f1c340f0b3e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:02:14 -0500 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#42) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/PyCQA/isort: 5.13.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.13.0...5.13.2) - [github.com/psf/black: 23.11.0 → 23.12.0](https://github.com/psf/black/compare/23.11.0...23.12.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 353af00..655594f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/PyCQA/isort - rev: "5.13.0" + rev: "5.13.2" hooks: - id: isort args: [] @@ -19,6 +19,6 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "23.11.0" + rev: "23.12.0" hooks: - id: black