Skip to content

Commit 939d20c

Browse files
Merge pull request #3012 from VWS-Python/chore/strict-kwargs-pre-commit
Bump strict-kwargs and use diff mode
2 parents 8db0c59 + afd1a6e commit 939d20c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ repos:
302302

303303
- id: strict-kwargs-fix
304304
name: strict-kwargs
305-
entry: uv run --extra=dev strict-kwargs fix
305+
entry: uv run --extra=dev strict-kwargs fix --diff
306306
language: python
307307
types_or: [python]
308308
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ optional-dependencies.dev = [
7676
"sphinx-pyproject==0.3.0",
7777
"sphinx-substitution-extensions==2026.1.12",
7878
"sphinxcontrib-spelling==8.0.2",
79-
"strict-kwargs==2026.5.18.post3",
79+
"strict-kwargs==2026.5.19.post1",
8080
"sybil==9.3.0",
8181
# Listed explicitly (despite being transitive via vws-python-mock) so that
8282
# [tool.uv.sources] can redirect to the CPU-only PyTorch index.

0 commit comments

Comments
 (0)