From a69949aa0b4e867ba061dce4ee6e7a9185f8b7d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:32:50 +0000 Subject: [PATCH] Bump https://github.com/pycqa/isort in the pre-commit group Bumps the pre-commit group with 1 update: [https://github.com/pycqa/isort](https://github.com/pycqa/isort). Updates `https://github.com/pycqa/isort` from 9.0.0b1 to 9.0.0b2 - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/pycqa/isort/compare/9.0.0b1...9.0.0b2) --- updated-dependencies: - dependency-name: https://github.com/pycqa/isort dependency-version: 9.0.0b2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 f1c8835863..9c98045167 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: black exclude: "versioneer.py|dpctl/_version.py" - repo: https://github.com/pycqa/isort - rev: 9.0.0b1 + rev: 9.0.0b2 hooks: - id: isort name: isort (python)