Skip to content

Commit ba1d2b6

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.46.0](igorshubovych/markdownlint-cli@v0.45.0...v0.46.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.1 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.1...v0.14.6) - [github.com/commitizen-tools/commitizen: v4.9.1 → v4.10.0](commitizen-tools/commitizen@v4.9.1...v4.10.0)
1 parent 59a564d commit ba1d2b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ repos:
5151
# Markdown linting
5252
# =============================================================================
5353
- repo: https://github.com/igorshubovych/markdownlint-cli
54-
rev: v0.45.0
54+
rev: v0.46.0
5555
hooks:
5656
- id: markdownlint
5757
description: Lint and format markdown files
@@ -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.6
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)