Skip to content

Commit 1c854df

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.2 → 0.9.4](astral-sh/uv-pre-commit@0.9.2...0.9.4) - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.1](astral-sh/ruff-pre-commit@v0.14.0...v0.14.1)
1 parent 6e139a6 commit 1c854df

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
@@ -18,7 +18,7 @@ repos:
1818

1919
# Deps: ensure Python uv lockfile is up to date
2020
- repo: https://github.com/astral-sh/uv-pre-commit
21-
rev: 0.9.2
21+
rev: 0.9.4
2222
hooks:
2323
- id: uv-lock
2424

@@ -34,7 +34,7 @@ repos:
3434
# Lint / autoformat: Python code
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
3636
# Ruff version.
37-
rev: "v0.14.0"
37+
rev: "v0.14.1"
3838
hooks:
3939
# Run the linter
4040
- id: ruff

0 commit comments

Comments
 (0)