Skip to content

Commit 7f2cb77

Browse files
Pre-commit auto-update
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.13.3](astral-sh/ruff-pre-commit@v0.13.0...v0.13.3) - [github.com/RobertCraigie/pyright-python: v1.1.405 → v1.1.406](RobertCraigie/pyright-python@v1.1.405...v1.1.406) - [github.com/astral-sh/uv-pre-commit: 0.8.17 → 0.8.23](astral-sh/uv-pre-commit@0.8.17...0.8.23)
1 parent 9470160 commit 7f2cb77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.0
76+
rev: v0.13.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.405
85+
rev: v1.1.406
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.17
91+
rev: 0.8.23
9292
hooks:
9393
- id: uv-lock
9494
name: Verify uv lock file

0 commit comments

Comments
 (0)