Skip to content

Commit d20b89d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.6 → v0.9.10](astral-sh/ruff-pre-commit@v0.9.6...v0.9.10) - [github.com/astral-sh/uv-pre-commit: 0.6.0 → 0.6.5](astral-sh/uv-pre-commit@0.6.0...0.6.5)
1 parent 6011a33 commit d20b89d

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
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.9.6"
19+
rev: "v0.9.10"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -63,6 +63,6 @@ repos:
6363
additional_dependencies:
6464
- tomli
6565
- repo: https://github.com/astral-sh/uv-pre-commit
66-
rev: 0.6.0
66+
rev: 0.6.5
6767
hooks:
6868
- id: uv-lock

0 commit comments

Comments
 (0)