Skip to content

Commit cb57e8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/astral-sh/uv-pre-commit: 0.9.26 → 0.10.0](astral-sh/uv-pre-commit@0.9.26...0.10.0) - [github.com/commitizen-tools/commitizen: v4.12.1 → v4.13.7](commitizen-tools/commitizen@v4.12.1...v4.13.7)
1 parent a6bac55 commit cb57e8c

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
@@ -88,14 +88,14 @@ repos:
8888
# PYTHON
8989
###############################################################################
9090
- repo: https://github.com/astral-sh/ruff-pre-commit
91-
rev: v0.14.14
91+
rev: v0.15.0
9292
hooks:
9393
# Sort imports
9494
- id: ruff-check
9595
# Run the formatter
9696
- id: ruff-format
9797
- repo: https://github.com/astral-sh/uv-pre-commit
98-
rev: 0.9.26
98+
rev: 0.10.0
9999
hooks:
100100
- id: uv-lock
101101
###############################################################################
@@ -128,7 +128,7 @@ repos:
128128
# COMMIT MESSAGES
129129
###############################################################################
130130
- repo: https://github.com/commitizen-tools/commitizen
131-
rev: v4.12.1
131+
rev: v4.13.7
132132
hooks:
133133
- id: commitizen
134134
- repo: https://github.com/jorisroovers/gitlint

0 commit comments

Comments
 (0)