From 1ffaead4f9f6f7c2e473f87c8b27d1c3f9de7c90 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Tue, 19 May 2026 13:53:02 +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 d6893a450..e538951d5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -341,7 +341,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 2b3a15263..962808217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==4.2.0rc1", "sphinxcontrib-httpdomain==2.0.0", "sphinxcontrib-spelling==8.0.2", - "strict-kwargs==2026.5.18.post1", + "strict-kwargs==2026.5.19.post1", "sybil==10.0.1", "tenacity==9.1.4", "ty==0.0.37",