Skip to content

Commit 1256e87

Browse files
ci: pre-commit autoupdate (#194)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/astral-sh/uv-pre-commit: 0.11.2 → 0.11.3](astral-sh/uv-pre-commit@0.11.2...0.11.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 44515ec commit 1256e87

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
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.15.8
4+
rev: v0.15.9
55
hooks:
66
# Run the linter.
77
- id: ruff
88
args: [--fix]
99
# Run the formatter.
1010
- id: ruff-format
1111
- repo: https://github.com/astral-sh/uv-pre-commit
12-
rev: 0.11.2
12+
rev: 0.11.3
1313
hooks:
1414
- id: uv-lock
1515
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)