From 50216e12649133495daac58097aefa86de76e01d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 28 Jul 2026 10:08:50 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.8.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 725fb9d..3834cef 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.7.0 + rev: v10.8.0 hooks: - id: eslint types: [ file ] -- 2.54.0