Skip to content

Commit d4223db

Browse files
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](PyCQA/isort@9.0.0...9.0.1) Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.8 to 23.1.0 - [Commits](pre-commit/mirrors-clang-format@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] <support@github.com>
1 parent 99eb129 commit d4223db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repos:
5959
- id: black
6060
exclude: "versioneer.py|dpctl/_version.py"
6161
- repo: https://github.com/pycqa/isort
62-
rev: 9.0.0
62+
rev: 9.0.1
6363
hooks:
6464
- id: isort
6565
name: isort (python)
@@ -74,7 +74,7 @@ repos:
7474
hooks:
7575
- id: flake8
7676
- repo: https://github.com/pre-commit/mirrors-clang-format
77-
rev: v22.1.8
77+
rev: v23.1.0
7878
hooks:
7979
- id: clang-format
8080
args: ["-i"]

0 commit comments

Comments
 (0)