Skip to content

Commit efd7582

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.9...v0.7.0) - [github.com/pre-commit/mirrors-clang-format: v19.1.1 → v19.1.2](pre-commit/mirrors-clang-format@v19.1.1...v19.1.2)
1 parent 02408d9 commit efd7582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ci:
22
autoupdate_branch: devel
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.6.9
5+
rev: v0.7.0
66
hooks:
77
- id: ruff
88
args:
@@ -19,7 +19,7 @@ repos:
1919
- id: toml-sort-fix
2020
exclude: poetry.lock
2121
- repo: https://github.com/pre-commit/mirrors-clang-format
22-
rev: v19.1.1
22+
rev: v19.1.2
2323
hooks:
2424
- id: clang-format
2525
args:

0 commit comments

Comments
 (0)