Skip to content

Commit 23195bd

Browse files
Bump the pre-commit-hooks group across 1 directory with 3 updates
Bumps the pre-commit-hooks group with 3 updates in the / directory: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/BlankSpruce/gersemi-pre-commit](https://github.com/BlankSpruce/gersemi-pre-commit) and [https://github.com/pre-commit/mirrors-clang-format](https://github.com/pre-commit/mirrors-clang-format). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.12 to 0.15.15 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) Updates `https://github.com/BlankSpruce/gersemi-pre-commit` from 0.27.2 to 0.27.7 - [Commits](BlankSpruce/gersemi-pre-commit@0.27.2...0.27.7) Updates `https://github.com/pre-commit/mirrors-clang-format` from v22.1.4 to 22.1.5 - [Commits](pre-commit/mirrors-clang-format@v22.1.4...v22.1.5) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.13 dependency-type: direct:production dependency-group: pre-commit-hooks - dependency-name: https://github.com/BlankSpruce/gersemi-pre-commit dependency-version: 0.27.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pre-commit-hooks - dependency-name: https://github.com/pre-commit/mirrors-clang-format dependency-version: 22.1.5 dependency-type: direct:production dependency-group: pre-commit-hooks ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e7d715b commit 23195bd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030

3131
# Python linting and formatting
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.15.12
33+
rev: v0.15.15
3434
hooks:
3535
- id: ruff
3636
- id: ruff-format
@@ -43,7 +43,7 @@ repos:
4343

4444
# CMake linting and formatting
4545
- repo: https://github.com/BlankSpruce/gersemi-pre-commit
46-
rev: 0.27.2
46+
rev: 0.27.7
4747
hooks:
4848
- id: gersemi
4949
name: CMake linting
@@ -52,7 +52,7 @@ repos:
5252
# This brings in a portable version of clang-format.
5353
# See also: https://github.com/ssciwr/clang-format-wheel
5454
- repo: https://github.com/pre-commit/mirrors-clang-format
55-
rev: v22.1.4
55+
rev: v22.1.5
5656
hooks:
5757
- id: clang-format
5858
types_or: [c++, c]

0 commit comments

Comments
 (0)