diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3f688b9..b9f3f66 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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. @@ -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 @@ -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