Skip to content

Commit d3626e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/uv-pre-commit: 0.9.16 → 0.9.18](astral-sh/uv-pre-commit@0.9.16...0.9.18) - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.8...v0.14.10)
1 parent 2d6af82 commit d3626e0

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
@@ -6,7 +6,7 @@ default_install_hook_types:
66
repos:
77
- repo: https://github.com/astral-sh/uv-pre-commit
88
# uv version.
9-
rev: 0.9.16
9+
rev: 0.9.18
1010
hooks:
1111
- id: uv-sync
1212
# - id: uv-export # outputs requirement.txt
@@ -26,7 +26,7 @@ repos:
2626

2727
# Ruff, for lightning-fast linting and formatting, installed with uv.
2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.14.8
29+
rev: v0.14.10
3030
hooks:
3131
# Run the linter.
3232
- id: ruff-check

0 commit comments

Comments
 (0)