From 33b1aa319dedecb2f00836cd05fb5a53e7407a7b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 21:52:38 +0000 Subject: [PATCH] ci(pre-commit): update pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/commitizen-tools/commitizen: v3.15.0 → v3.18.3](https://github.com/commitizen-tools/commitizen/compare/v3.15.0...v3.18.3) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) - [github.com/streetsidesoftware/cspell-cli: v8.4.0 → v8.6.0](https://github.com/streetsidesoftware/cspell-cli/compare/v8.4.0...v8.6.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c75d11..a8f21d2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,11 +5,11 @@ ci: - cspell repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.15.0 + rev: v3.18.3 hooks: - id: commitizen - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier stages: @@ -43,6 +43,6 @@ repos: - id: fix-spaces - id: forbid-bidi-controls - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.4.0 + rev: v8.6.0 hooks: - id: cspell