Skip to content

Commit a861077

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.1 → v4.8.3](commitizen-tools/commitizen@v4.1.1...v4.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.12.10](astral-sh/ruff-pre-commit@v0.9.3...v0.12.10) - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.6.2](pycontribs/mirrors-prettier@v3.4.2...v3.6.2) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0)
1 parent fc46e60 commit a861077

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.1.1
4+
rev: v4.8.3
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.9.3"
12+
rev: "v0.12.10"
1313
hooks:
1414
# Run the linter
1515
- id: ruff
@@ -19,14 +19,14 @@ repos:
1919

2020
# Autoformat: YAML, JSON, Markdown, etc.
2121
- repo: https://github.com/pycontribs/mirrors-prettier
22-
rev: v3.4.2
22+
rev: v3.6.2
2323
hooks:
2424
- id: prettier
2525
args: [--ignore-unknown, --no-error-on-unmatched-pattern]
2626

2727
# Lint: Markdown
2828
- repo: https://github.com/igorshubovych/markdownlint-cli
29-
rev: v0.44.0
29+
rev: v0.45.0
3030
hooks:
3131
- id: markdownlint
3232
args: [--fix, --ignore, CHANGELOG.md]

0 commit comments

Comments
 (0)