Skip to content

Commit 52a0fb9

Browse files
ci(deps): pre-commit autoupdate (#1043)
updates: - [github.com/astral-sh/uv-pre-commit: 0.10.0 → 0.10.3](astral-sh/uv-pre-commit@0.10.0...0.10.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b821935 commit 52a0fb9

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
@@ -32,7 +32,7 @@ repos:
3232
- id: check-yaml
3333
- id: check-ast
3434
- repo: https://github.com/astral-sh/uv-pre-commit
35-
rev: 0.10.0
35+
rev: 0.10.3
3636
hooks:
3737
- id: uv-lock
3838
files: "^(pyproject.toml|uv.lock)$"
@@ -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.0"
53+
rev: "v0.15.1"
5454
hooks:
5555
- id: ruff-check
5656
args: ["--fix", "--ignore", "D"]

0 commit comments

Comments
 (0)