From d4223dbee6b29bb68bb60eb93aa4116cc7aca836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 13:33:30 +0000 Subject: [PATCH] Bump the pre-commit group with 2 updates Bumps the pre-commit group with 2 updates: [https://github.com/pycqa/isort](https://github.com/pycqa/isort) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/pycqa/isort` from 9.0.0 to 9.0.1 - [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.0...9.0.1) Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.8 to 23.1.0 - [Commits](https://github.com/pre-commit/mirrors-clang-format/compare/v22.1.8...v23.1.0) --- updated-dependencies: - dependency-name: https://github.com/pycqa/isort dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 23.1.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 e1a3e10e0e..bea6a38de8 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.0 + rev: 9.0.1 hooks: - id: isort name: isort (python) @@ -74,7 +74,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-clang-format - rev: v22.1.8 + rev: v23.1.0 hooks: - id: clang-format args: ["-i"]