From be7121759dab1f21021074c76c76a9852c2be7b2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 17:55:49 +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: 8.0.1 → 9.0.0b1](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0b1) - [github.com/rbubley/mirrors-prettier: v3.9.4 → v3.9.6](https://github.com/rbubley/mirrors-prettier/compare/v3.9.4...v3.9.6) --- .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 1cd416f..f5b6406 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: args: [--py37-plus] - repo: https://github.com/PyCQA/isort - rev: "8.0.1" + rev: "9.0.0b1" hooks: - id: isort args: [--project=melplot, --line-length=100, --profile=black] @@ -35,6 +35,6 @@ repos: args: [--max-line-length=100, "--ignore=E203,E402,E501,W503,E226"] - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.9.4" + rev: "v3.9.6" hooks: - id: prettier