Skip to content

Commit c00fec3

Browse files
Merge pull request #3040 from VWS-Python/dependabot/pip/strict-kwargs-2026.6.4
chore(deps-dev): Bump strict-kwargs from 2026.5.20 to 2026.6.4
2 parents 6ac1425 + ede14fc commit c00fec3

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 --diff
305+
entry: uv run --extra=dev strict-kwargs check --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
@@ -79,7 +79,7 @@ optional-dependencies.dev = [
7979
# ``sphinxcontrib-towncrier`` renders unreleased news fragments
8080
# into docs/source/unreleased.rst during Sphinx builds.
8181
"sphinxcontrib-towncrier==0.5.0a0",
82-
"strict-kwargs==2026.5.20",
82+
"strict-kwargs==2026.6.4",
8383
"sybil==9.3.0",
8484
# Listed explicitly (despite being transitive via vws-python-mock) so that
8585
# [tool.uv.sources] can redirect to the CPU-only PyTorch index.

0 commit comments

Comments
 (0)