From 36bc992903e15ca2453b544d9ad95859eb55eeeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 20:05:06 +0000 Subject: [PATCH] build(deps): bump the default group with 2 updates Bumps the default group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/oxc-project/mirrors-oxfmt](https://github.com/oxc-project/mirrors-oxfmt). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.15.20...v0.15.21) Updates `https://github.com/oxc-project/mirrors-oxfmt` from v0.58.0 to 0.59.0 - [Commits](https://github.com/oxc-project/mirrors-oxfmt/compare/v0.58.0...v0.59.0) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.21 dependency-type: direct:production dependency-group: default - dependency-name: https://github.com/oxc-project/mirrors-oxfmt dependency-version: 0.59.0 dependency-type: direct:production dependency-group: default ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b258f54..ec62867 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,14 +14,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/oxc-project/mirrors-oxfmt - rev: v0.58.0 + rev: v0.59.0 hooks: - id: oxfmt types_or: [json, markdown, yaml]