From 59035167419a4667dfb72b03b17fb6c0c153ce28 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 21:16:37 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.14.3...v0.14.10) - [github.com/rbubley/mirrors-prettier: v3.6.2 → v3.7.4](https://github.com/rbubley/mirrors-prettier/compare/v3.6.2...v3.7.4) - [github.com/pre-commit/mirrors-eslint: v9.39.0 → v10.0.0-beta.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.39.0...v10.0.0-beta.0) --- .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 c872fad3..0655ed31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.3 + rev: v0.14.10 hooks: - id: ruff args: @@ -33,7 +33,7 @@ repos: # isort rules get confused in the temporary files - --ignore=I - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.6.2 + rev: v3.7.4 hooks: - id: prettier - repo: https://github.com/pre-commit/pre-commit-hooks @@ -44,7 +44,7 @@ repos: - id: check-executables-have-shebangs - id: requirements-txt-fixer - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.39.0 + rev: v10.0.0-beta.0 hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx