Skip to content

Commit 72e179a

Browse files
chore(deps): bump the pre-commit group with 2 updates
Bumps the pre-commit group with 2 updates: [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format) and [https://github.com/pycqa/isort](https://github.com/pycqa/isort). 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) 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) --- updated-dependencies: - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 23.1.0 dependency-type: direct:production dependency-group: pre-commit - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 510a3f9 commit 72e179a

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
@@ -52,7 +52,7 @@ repos:
5252
exclude: "_vendored/conv_template.py"
5353

5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v22.1.8
55+
rev: v23.1.0
5656
hooks:
5757
- id: clang-format
5858
args: ["-i"]
@@ -73,7 +73,7 @@ repos:
7373
- flake8-bugbear==25.11.29
7474

7575
- repo: https://github.com/pycqa/isort
76-
rev: 9.0.0
76+
rev: 9.0.1
7777
hooks:
7878
- id: isort
7979
name: isort (python)

0 commit comments

Comments
 (0)