Skip to content

Commit 54cd02c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.1 → v4.6.0](commitizen-tools/commitizen@v4.1.1...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.11.7](astral-sh/ruff-pre-commit@v0.9.3...v0.11.7) - [github.com/pycontribs/mirrors-prettier: v3.4.2 → v3.5.3](pycontribs/mirrors-prettier@v3.4.2...v3.5.3)
1 parent fc46e60 commit 54cd02c

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.1.1
4+
rev: v4.6.0
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.11.7"
1313
hooks:
1414
# Run the linter
1515
- id: ruff
@@ -19,7 +19,7 @@ repos:
1919

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

0 commit comments

Comments
 (0)