From a414a642b4f33d4296d517f10fe460cc9f04d5d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:04:56 +0000 Subject: [PATCH] build(deps): bump the default group with 3 updates Bumps the default group with 3 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit), [https://github.com/oxc-project/mirrors-oxfmt](https://github.com/oxc-project/mirrors-oxfmt) and [https://github.com/tombi-toml/tombi-pre-commit](https://github.com/tombi-toml/tombi-pre-commit). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.18 to 0.15.20 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.18...v0.15.20) Updates `https://github.com/oxc-project/mirrors-oxfmt` from v0.56.0 to 0.57.0 - [Commits](https://github.com/oxc-project/mirrors-oxfmt/compare/v0.56.0...v0.57.0) Updates `https://github.com/tombi-toml/tombi-pre-commit` from v1.1.5 to 1.1.6 - [Release notes](https://github.com/tombi-toml/tombi-pre-commit/releases) - [Commits](https://github.com/tombi-toml/tombi-pre-commit/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.20 dependency-type: direct:production dependency-group: default - dependency-name: https://github.com/oxc-project/mirrors-oxfmt dependency-version: 0.57.0 dependency-type: direct:production dependency-group: default - dependency-name: https://github.com/tombi-toml/tombi-pre-commit dependency-version: 1.1.6 dependency-type: direct:production dependency-group: default ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7a723e1..6baacaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,20 +14,20 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.18 + rev: v0.15.20 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.56.0 + rev: v0.57.0 hooks: - id: oxfmt types_or: [json, markdown, yaml] - repo: https://github.com/tombi-toml/tombi-pre-commit - rev: v1.1.5 + rev: v1.1.6 hooks: - id: tombi-format