Skip to content

Commit 364f457

Browse files
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.4 to 4.16.5 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@205e71c...6afcd8e) Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.20 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@c59bba8...cb8c523) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.22 dependency-type: direct:production dependency-group: pre-commit - dependency-name: https://github.com/commitizen-tools/commitizen dependency-version: 4.16.5 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 627fb59 commit 364f457

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ repos:
1515

1616
# Commitizen enforces semantic and conventional commit messages.
1717
- repo: https://github.com/commitizen-tools/commitizen
18-
rev: 205e71c26d6dd6a802ca674c9ae4d12f1103a9bb # frozen: v4.16.4
18+
rev: 6afcd8e9560ddf1b9a5032262a0be26540e85fb3 # frozen: v4.16.5
1919
hooks:
2020
- id: commitizen
2121
name: Check conventional commit message
2222
stages: [commit-msg]
2323

2424
# Ruff formats and lints code.
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
26+
rev: cb8c523fd4835aba42af70f4cad5568db4df0b6c # frozen: v0.16.0
2727
hooks:
2828
- id: ruff-format
2929
args: [--config, pyproject.toml]

0 commit comments

Comments
 (0)