From 5078fe5c95628a81a92c899adcd0b44b447787d0 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:14:31 +0000 Subject: [PATCH] ci: [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.16.0 → v0.16.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.16.0...v0.16.2) - [github.com/pre-commit/mirrors-eslint: v10.8.0 → v10.8.1](https://github.com/pre-commit/mirrors-eslint/compare/v10.8.0...v10.8.1) --- .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 903c0a99..f309a375 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -41,7 +41,7 @@ repos: - id: detect-secrets - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.0 + rev: v0.16.2 hooks: - id: ruff - id: ruff-format @@ -60,7 +60,7 @@ repos: [types-requests, types-PyYAML, types-colorama, types-aiofiles] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.8.0 + rev: v10.8.1 hooks: - id: eslint files: \.js$