From dbe034be1c000fe9393801f872c1e7c24c4dc637 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 5 May 2026 09:09:45 +0000 Subject: [PATCH] chore(deps): update pre-commit hook pre-commit/mirrors-eslint to v10.3.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 377e1b9..0b34712 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.2.1 + rev: v10.3.0 hooks: - id: eslint types: [ file ] -- 2.52.0