Skip to content

Commit c7c2d90

Browse files
Pre-commit auto-update
updates: - [github.com/asottile/add-trailing-comma: v3.2.0 → v4.0.0](asottile/add-trailing-comma@v3.2.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.13.3...v0.14.3) - [github.com/RobertCraigie/pyright-python: v1.1.406 → v1.1.407](RobertCraigie/pyright-python@v1.1.406...v1.1.407) - [github.com/astral-sh/uv-pre-commit: 0.8.23 → 0.9.7](astral-sh/uv-pre-commit@0.8.23...0.9.7)
1 parent 7daee09 commit c7c2d90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
args: ["--unittest"]
6565

6666
- repo: https://github.com/asottile/add-trailing-comma
67-
rev: v3.2.0
67+
rev: v4.0.0
6868
hooks:
6969
# Ruff preserves indent/new-line formatting of function arguments, list items, and similar iterables,
7070
# if a trailing comma is added.
@@ -73,7 +73,7 @@ repos:
7373

7474
- repo: https://github.com/astral-sh/ruff-pre-commit
7575
# Matches Ruff version in pyproject.
76-
rev: v0.13.3
76+
rev: v0.14.3
7777
hooks:
7878
- id: ruff
7979
name: lint with ruff
@@ -82,13 +82,13 @@ repos:
8282
name: format with ruff
8383

8484
- repo: https://github.com/RobertCraigie/pyright-python
85-
rev: v1.1.406
85+
rev: v1.1.407
8686
hooks:
8787
- id: pyright
8888
name: Check types with pyright
8989

9090
- repo: https://github.com/astral-sh/uv-pre-commit
91-
rev: 0.8.23
91+
rev: 0.9.7
9292
hooks:
9393
- id: uv-lock
9494
name: Verify uv lock file

0 commit comments

Comments
 (0)