Skip to content

Commit 9638f4d

Browse files
ci(deps): pre-commit autoupdate (#1173)
updates: - [github.com/astral-sh/uv-pre-commit: 0.11.7 → 0.11.8](astral-sh/uv-pre-commit@0.11.7...0.11.8) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0df7844 commit 9638f4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.11.7
35+
rev: 0.11.8
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.11"
53+
rev: "v0.15.12"
5454
hooks:
5555
- id: ruff-check
5656
args: ["--fix", "--ignore", "D"]

0 commit comments

Comments
 (0)