Skip to content

Commit 518b895

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.4 → v0.12.10](astral-sh/ruff-pre-commit@v0.12.4...v0.12.10) - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0)
1 parent 221f679 commit 518b895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
44
# Ruff version.
5-
rev: v0.12.4
5+
rev: v0.12.10
66
hooks:
77
# Run the linter.
88
- id: ruff
@@ -18,7 +18,7 @@ repos:
1818
types_or: [c++, c]
1919
args: ["-style=file"]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v5.0.0
21+
rev: v6.0.0
2222
hooks:
2323
- id: trailing-whitespace
2424
- repo: https://github.com/google/yamlfmt

0 commit comments

Comments
 (0)