From 1724d762b6fad51b6ca995d0872a2299f052f56f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:02:47 +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.11.0 → v17.11.1](https://github.com/thibaudcolas/pre-commit-stylelint/compare/v17.11.0...v17.11.1) - [github.com/crate-ci/typos: v1.46.1 → v1](https://github.com/crate-ci/typos/compare/v1.46.1...v1) --- .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 fb25e99..ac61836 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: args: [--whitespaces-count, '2'] - repo: https://github.com/thibaudcolas/pre-commit-stylelint - rev: v17.11.0 + rev: v17.11.1 hooks: - id: stylelint name: Stylelint @@ -44,7 +44,7 @@ repos: files: '\.css$' - repo: https://github.com/crate-ci/typos - rev: v1.46.1 + rev: v1 hooks: - id: typos name: Typos