Skip to content

Commit 4393c53

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v3.29.0 → v3.29.1](commitizen-tools/commitizen@v3.29.0...v3.29.1) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.6.8](astral-sh/ruff-pre-commit@v0.6.4...v0.6.8)
1 parent cae8fb4 commit 4393c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@ repos:
6565

6666
# Versioning: Commit messages & changelog
6767
- repo: https://github.com/commitizen-tools/commitizen
68-
rev: v3.29.0
68+
rev: v3.29.1
6969
hooks:
7070
- id: commitizen
7171
stages: [commit-msg]
7272

7373
# Lint / autoformat: Python code
7474
- repo: https://github.com/astral-sh/ruff-pre-commit
7575
# Ruff version.
76-
rev: "v0.6.4"
76+
rev: "v0.6.8"
7777
hooks:
7878
# Run the linter
7979
- id: ruff

0 commit comments

Comments
 (0)