From 37d25f31b6d052b7614129d23218b2d29eb255d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 16:03:02 +0000 Subject: [PATCH] Bump the pre-commit group across 1 directory with 2 updates Bumps the pre-commit group with 2 updates in the / directory: [https://github.com/rbubley/mirrors-prettier](https://github.com/rbubley/mirrors-prettier) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/rbubley/mirrors-prettier` from v3.9.6 to 3.9.7 - [Commits](https://github.com/rbubley/mirrors-prettier/compare/v3.9.6...v3.9.7) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.3 to 0.16.8 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.3...v0.16.8) --- updated-dependencies: - dependency-name: https://github.com/rbubley/mirrors-prettier dependency-version: 3.9.7 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.8 dependency-type: direct:production dependency-group: pre-commit ... 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 3473d2f..fd27382 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,13 +8,13 @@ repos: # pre-commit/mirrors-prettier was archived upstream; this is the maintained fork. - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.9.6 + rev: v3.9.7 hooks: - id: prettier types_or: [yaml, json5] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.3 + rev: v0.16.8 hooks: # Linting only. Formatting is black's job below -- running ruff-format # here as well rewrote files in ways black then rejected, so a commit made