From 6f948b49151391afd1db19be8dad71c9a3a5c3a7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 20:01:10 +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.git: 5.13.2 → 6.0.0](https://github.com/PyCQA/isort.git/compare/5.13.2...6.0.0) --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55fe724..eb203fa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,7 +27,7 @@ repos: args: ["--license=Apache License 2.0", "--owner=Intel Corporation"] - id: sigoptlint-python - repo: https://github.com/PyCQA/isort.git - rev: "5.13.2" + rev: "6.0.0" hooks: - id: isort - repo: https://github.com/sigopt/black.git