diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e538951d5..2939ffda6 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 --diff + entry: uv run --extra=dev strict-kwargs check --fix --diff language: python types_or: [python] additional_dependencies: diff --git a/pyproject.toml b/pyproject.toml index 1bbe1e425..82c3d1475 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,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", "sybil==10.0.1", "tenacity==9.1.4", "towncrier==25.8.0",