diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 67d32d9e..5a7e1b2a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -329,7 +329,7 @@ repos: - id: strict-kwargs-fix name: strict-kwargs - entry: uv run --extra=dev strict-kwargs fix --diff + entry: uv run --extra=dev strict-kwargs check --diff language: python types_or: [python] additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index 03d8d502..f759236d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ optional-dependencies.dev = [ # ``sphinxcontrib-towncrier`` renders unreleased news fragments # into docs/source/unreleased.rst during Sphinx builds. "sphinxcontrib-towncrier==0.5.0a0", - "strict-kwargs==2026.5.20", + "strict-kwargs==2026.6.4", "towncrier==25.8.0", "ty==0.0.38", "types-pyyaml==6.0.12.20260518",