Skip to content

Commit ec1f458

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.4](astral-sh/ruff-pre-commit@v0.13.1...v0.14.4) - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0)
1 parent 59a564d commit ec1f458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
# Python code formatting and linting (Ruff - modern replacement for Black/Flake8/isort)
6262
# =============================================================================
6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.13.1
64+
rev: v0.14.4
6565
hooks:
6666
# Linting (replaces Flake8 + many other tools)
6767
- id: ruff-check
@@ -95,7 +95,7 @@ repos:
9595
# Commit message validation
9696
# =============================================================================
9797
- repo: https://github.com/commitizen-tools/commitizen
98-
rev: v4.9.1
98+
rev: v4.10.0
9999
hooks:
100100
- id: commitizen
101101
description: Validates commit messages follow Conventional Commits

0 commit comments

Comments
 (0)