From 93fd3867cfc8d4af9c97dd8c89489b085e59946f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 30 Jun 2026 09:11:50 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.6.0 --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d17d79a..6d03b03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: stages: [ commit-msg ] additional_dependencies: [ '@commitlint/config-conventional' ] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v10.5.0 + rev: v10.6.0 hooks: - id: eslint types: [ file ] -- 2.52.0