Skip to content

Commit 74ca0bb

Browse files
devmarkusbgithub-actions[bot]
authored andcommitted
Auto-update pre-commit hooks
1 parent e7d715b commit 74ca0bb

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)