From afd1a6ec682c024555af9622367c7e600381f1dd Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 19 May 2026 13:53:06 +0100 Subject: [PATCH] Bump strict-kwargs and use diff mode --- .pre-commit-config.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31eea11f..feef0933 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -302,7 +302,7 @@ repos: - id: strict-kwargs-fix name: strict-kwargs - entry: uv run --extra=dev strict-kwargs fix + entry: uv run --extra=dev strict-kwargs fix --diff language: python types_or: [python] additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index d8cbe66f..1d8cfdca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ optional-dependencies.dev = [ "sphinx-pyproject==0.3.0", "sphinx-substitution-extensions==2026.1.12", "sphinxcontrib-spelling==8.0.2", - "strict-kwargs==2026.5.18.post3", + "strict-kwargs==2026.5.19.post1", "sybil==9.3.0", # Listed explicitly (despite being transitive via vws-python-mock) so that # [tool.uv.sources] can redirect to the CPU-only PyTorch index.