Skip to content

Commit f4cf495

Browse files
[pre-commit.ci] pre-commit autoupdate (#36)
updates: - [github.com/commitizen-tools/commitizen: v3.29.1 → v3.30.0](commitizen-tools/commitizen@v3.29.1...v3.30.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.7.1](astral-sh/ruff-pre-commit@v0.7.0...v0.7.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2c0f528 commit f4cf495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 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: v3.29.1
4+
rev: v3.30.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.7.0"
12+
rev: "v0.7.1"
1313
hooks:
1414
# Run the linter
1515
- id: ruff

0 commit comments

Comments
 (0)