From 501af6ed42113f5b699a94f542127f22fbb17b00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 19:47:32 +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.0](https://github.com/PyCQA/isort/compare/5.12.0...5.13.0) - [github.com/psf/black: 23.9.1 → 23.11.0](https://github.com/psf/black/compare/23.9.1...23.11.0) - [github.com/mwouts/jupytext: v1.15.2 → v1.16.0](https://github.com/mwouts/jupytext/compare/v1.15.2...v1.16.0) --- .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 ac31d86b..c4a3b484 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "5.13.0" hooks: - id: isort args: [] @@ -22,7 +22,7 @@ repos: exclude: docs/tutorials - repo: https://github.com/psf/black - rev: "23.9.1" + rev: "23.11.0" hooks: - id: black @@ -32,7 +32,7 @@ repos: - id: black_nbconvert - repo: https://github.com/mwouts/jupytext - rev: v1.15.2 + rev: v1.16.0 hooks: - id: jupytext files: |