From 9fb300ecfa701ffce81303cc26887fc25030bc32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 07:56:52 +0000 Subject: [PATCH] chore(deps): bump the pre-commit group across 1 directory with 2 updates Bumps the pre-commit group with 2 updates in the / directory: [https://github.com/commitizen-tools/commitizen](https://github.com/commitizen-tools/commitizen) and [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit). Updates `https://github.com/commitizen-tools/commitizen` from v4.16.5 to 4.18.0 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/6afcd8e9560ddf1b9a5032262a0be26540e85fb3...d910b66e2686a3ef6c3f438dec0f63ba3cf8d7ee) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.16.0 to 0.16.4 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](https://github.com/astral-sh/ruff-pre-commit/compare/cb8c523fd4835aba42af70f4cad5568db4df0b6c...aab412d509121cb5f7533134b7e67f9fab59c682) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.16.1 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/commitizen-tools/commitizen dependency-version: 4.17.0 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .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 9d160529..d9041b9c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Commitizen enforces semantic and conventional commit messages. - repo: https://github.com/commitizen-tools/commitizen - rev: 6afcd8e9560ddf1b9a5032262a0be26540e85fb3 # frozen: v4.16.5 + rev: d910b66e2686a3ef6c3f438dec0f63ba3cf8d7ee # frozen: v4.18.0 hooks: - id: commitizen name: Check conventional commit message @@ -23,7 +23,7 @@ repos: # Ruff formats and lints code. - repo: https://github.com/astral-sh/ruff-pre-commit - rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0 + rev: aab412d509121cb5f7533134b7e67f9fab59c682 # frozen: v0.16.4 hooks: - id: ruff-format args: [--config, pyproject.toml]