From 8fe6cea615ce3b6cda0d1b88b8fa181919e86f40 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 20:44:06 +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/thibaudcolas/pre-commit-stylelint: v17.1.0 → v17.4.0](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v17.1.0...v17.4.0) - [github.com/rubocop/rubocop: v1.84.0 → v1.85.0](https://github.com/rubocop/rubocop/compare/v1.84.0...v1.85.0) --- .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 bdfa233364..6970c3aa3f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: prettier types_or: [javascript, jsx, css, scss, html] - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v17.1.0 + rev: v17.4.0 hooks: - id: stylelint additional_dependencies: [ @@ -39,7 +39,7 @@ repos: app/assets/stylesheets/common/_reset.scss )$ - repo: https://github.com/rubocop/rubocop - rev: v1.84.0 + rev: v1.85.0 hooks: - id: rubocop args: ["--autocorrect"]