Skip to content

Commit 7f3d2b5

Browse files
ci(deps-dev): pre-commit autoupdate (#293)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/pre-commit: v4.4.0 → v4.5.0](pre-commit/pre-commit@v4.4.0...v4.5.0) - [github.com/astral-sh/uv-pre-commit: 0.9.11 → 0.9.14](astral-sh/uv-pre-commit@0.9.11...0.9.14) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c7819bf commit 7f3d2b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ repos:
2323
- id: pyproject-fmt
2424

2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.14.6"
26+
rev: "v0.14.7"
2727
hooks:
2828
- id: ruff-check
2929
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
3030
- id: ruff-format
3131

3232
- repo: https://github.com/pre-commit/pre-commit
33-
rev: v4.4.0
33+
rev: v4.5.0
3434
hooks:
3535
- id: validate_manifest
3636

@@ -45,7 +45,7 @@ repos:
4545
- pyjson5==2.0.0
4646

4747
- repo: https://github.com/astral-sh/uv-pre-commit
48-
rev: "0.9.11"
48+
rev: "0.9.14"
4949
hooks:
5050
- id: uv-lock
5151
- id: uv-sync

0 commit comments

Comments
 (0)