From a8a4aee6c01ac1b322df6300bb44553afc272e28 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:07:41 +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/astral-sh/ruff-pre-commit: v0.4.4 → v0.4.5](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.4.5) - [github.com/commitizen-tools/commitizen: v3.26.0 → v3.27.0](https://github.com/commitizen-tools/commitizen/compare/v3.26.0...v3.27.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.3 → 0.28.4](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.3...0.28.4) - [github.com/streetsidesoftware/cspell-cli: v8.8.1 → v8.8.2](https://github.com/streetsidesoftware/cspell-cli/compare/v8.8.1...v8.8.2) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 49ed0b01..cade1e71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,14 +5,14 @@ ci: - cspell repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.4.5 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/commitizen-tools/commitizen - rev: v3.26.0 + rev: v3.27.0 hooks: - id: commitizen - repo: https://github.com/liblaf/pre-commit-hooks @@ -44,7 +44,7 @@ repos: - id: mixed-line-ending - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.3 + rev: 0.28.4 hooks: - id: check-github-workflows - repo: https://github.com/sirosen/texthooks @@ -54,6 +54,6 @@ repos: - id: fix-spaces - id: forbid-bidi-controls - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.8.1 + rev: v8.8.2 hooks: - id: cspell