Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ repos:
args: ["--unittest"]

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

- repo: https://github.com/astral-sh/ruff-pre-commit
# Matches Ruff version in pyproject.
rev: v0.13.3
rev: v0.14.3
hooks:
- id: ruff
name: lint with ruff
Expand All @@ -82,13 +82,13 @@ repos:
name: format with ruff

- repo: https://github.com/RobertCraigie/pyright-python
rev: v1.1.406
rev: v1.1.407
hooks:
- id: pyright
name: Check types with pyright

- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.8.23
rev: 0.9.7
hooks:
- id: uv-lock
name: Verify uv lock file
Expand Down
Loading