Skip to content

Commit 0b07c88

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.10.0 → v4.13.7](commitizen-tools/commitizen@v4.10.0...v4.13.7) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.8...v0.15.0) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0)
1 parent 2f8bc45 commit 0b07c88

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
@@ -1,15 +1,15 @@
11
repos:
22
# Versioning: Commit messages & changelog
33
- repo: https://github.com/commitizen-tools/commitizen
4-
rev: v4.10.0
4+
rev: v4.13.7
55
hooks:
66
- id: commitizen
77
stages: [commit-msg]
88

99
# Lint / autoformat: Python code
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: "v0.14.8"
12+
rev: "v0.15.0"
1313
hooks:
1414
# Run the linter
1515
- id: ruff
@@ -27,7 +27,7 @@ repos:
2727

2828
# Lint: Markdown
2929
- repo: https://github.com/igorshubovych/markdownlint-cli
30-
rev: v0.46.0
30+
rev: v0.47.0
3131
hooks:
3232
- id: markdownlint
3333
args: [--fix, --ignore, CHANGELOG.md]

0 commit comments

Comments
 (0)