Skip to content

Commit 91b70cf

Browse files
⬆️🪝 Update Pre-Commit Hooks (#892)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79ce2f7 commit 91b70cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ repos:
4747

4848
# clang-format the C++ part of the code base
4949
- repo: https://github.com/pre-commit/mirrors-clang-format
50-
rev: v21.1.6
50+
rev: v21.1.7
5151
hooks:
5252
- id: clang-format
5353
types_or: [c++, c]
5454
args: ["-style=file"]
5555

5656
# Python linting using ruff
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
58-
rev: v0.14.7
58+
rev: v0.14.8
5959
hooks:
6060
- id: ruff
6161
args: ["--fix", "--show-fixes"]
@@ -76,7 +76,7 @@ repos:
7676

7777
# Format configuration files with prettier
7878
- repo: https://github.com/rbubley/mirrors-prettier
79-
rev: v3.7.3
79+
rev: v3.7.4
8080
hooks:
8181
- id: prettier
8282
types_or: [yaml, markdown, html, css, scss, javascript, json]

0 commit comments

Comments
 (0)