Skip to content

Commit e89bf73

Browse files
[pre-commit.ci] pre-commit autoupdate (#14)
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 c3439ca commit e89bf73

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
@@ -22,13 +22,13 @@ repos:
2222
args: ["--maxkb=2000"]
2323

2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.10.0
25+
rev: 0.10.3
2626
hooks:
2727
# Update the uv lockfile
2828
- id: uv-lock
2929

3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.15.0
31+
rev: v0.15.1
3232
hooks:
3333
# Run the Ruff linter.
3434
- id: ruff

0 commit comments

Comments
 (0)