Skip to content

Commit 920d79d

Browse files
ci(deps): pre-commit autoupdate (#1073)
updates: - [github.com/astral-sh/uv-pre-commit: 0.10.4 → 0.10.7](astral-sh/uv-pre-commit@0.10.4...0.10.7) - [github.com/commitizen-tools/commitizen: v4.13.8 → v4.13.9](commitizen-tools/commitizen@v4.13.8...v4.13.9) - [github.com/astral-sh/ruff-pre-commit: v0.15.2 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.2...v0.15.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 61f8753 commit 920d79d

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
@@ -32,13 +32,13 @@ repos:
3232
- id: check-yaml
3333
- id: check-ast
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.10.4
35+
rev: 0.10.7
3636
hooks:
3737
- id: uv-lock
3838
files: "^(pyproject.toml|uv.lock)$"
3939
always_run: false
4040
- repo: https://github.com/commitizen-tools/commitizen
41-
rev: v4.13.8
41+
rev: v4.13.9
4242
hooks:
4343
- id: commitizen
4444
stages:
@@ -50,7 +50,7 @@ repos:
5050
additional_dependencies:
5151
- "mdformat-gfm"
5252
- repo: https://github.com/astral-sh/ruff-pre-commit
53-
rev: "v0.15.2"
53+
rev: "v0.15.4"
5454
hooks:
5555
- id: ruff-check
5656
args: ["--fix", "--ignore", "D"]

0 commit comments

Comments
 (0)