Skip to content

Commit 14b5222

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.6.0 → v4.8.2](commitizen-tools/commitizen@v4.6.0...v4.8.2) - [github.com/astral-sh/ruff-pre-commit: v0.11.6 → v0.11.11](astral-sh/ruff-pre-commit@v0.11.6...v0.11.11) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0)
1 parent b010e1c commit 14b5222

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.6.0
4+
rev: v4.8.2
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.11.6"
12+
rev: "v0.11.11"
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.44.0
30+
rev: v0.45.0
3131
hooks:
3232
- id: markdownlint
3333
args: [--fix, --ignore, CHANGELOG.md]

0 commit comments

Comments
 (0)