We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8db0c59 + afd1a6e commit 939d20cCopy full SHA for 939d20c
2 files changed
.pre-commit-config.yaml
@@ -302,7 +302,7 @@ repos:
302
303
- id: strict-kwargs-fix
304
name: strict-kwargs
305
- entry: uv run --extra=dev strict-kwargs fix
+ entry: uv run --extra=dev strict-kwargs fix --diff
306
language: python
307
types_or: [python]
308
additional_dependencies:
pyproject.toml
@@ -76,7 +76,7 @@ optional-dependencies.dev = [
76
"sphinx-pyproject==0.3.0",
77
"sphinx-substitution-extensions==2026.1.12",
78
"sphinxcontrib-spelling==8.0.2",
79
- "strict-kwargs==2026.5.18.post3",
+ "strict-kwargs==2026.5.19.post1",
80
"sybil==9.3.0",
81
# Listed explicitly (despite being transitive via vws-python-mock) so that
82
# [tool.uv.sources] can redirect to the CPU-only PyTorch index.
0 commit comments