Skip to content

Commit 1cf7e9c

Browse files
dependabot[bot]adamtheturtleclaude
authored
chore(deps-dev): Bump strict-kwargs from 2026.5.20 to 2026.6.4 (#3218)
* chore(deps-dev): Bump strict-kwargs from 2026.5.20 to 2026.6.4 Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.5.20 to 2026.6.4. - [Release notes](https://github.com/adamtheturtle/strict-kwargs/releases) - [Changelog](https://github.com/adamtheturtle/strict-kwargs/blob/main/CHANGELOG.rst) - [Commits](adamtheturtle/strict-kwargs@2026.5.20...2026.6.4) --- updated-dependencies: - dependency-name: strict-kwargs dependency-version: 2026.6.4 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix strict-kwargs pre-commit hook entry for new CLI strict-kwargs 2026.6.4 switched to a Ruff-like CLI where 'fix' is now 'check --fix'. Update the hook entry accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam Dangoor <adamdangoor@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 65e2837 commit 1cf7e9c

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
@@ -341,7 +341,7 @@ repos:
341341

342342
- id: strict-kwargs-fix
343343
name: strict-kwargs
344-
entry: uv run --extra=dev strict-kwargs fix --diff
344+
entry: uv run --extra=dev strict-kwargs check --fix --diff
345345
language: python
346346
types_or: [python]
347347
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ optional-dependencies.dev = [
9999
# ``sphinxcontrib-towncrier`` renders unreleased news fragments
100100
# into docs/source/unreleased.rst during Sphinx builds.
101101
"sphinxcontrib-towncrier==0.5.0a0",
102-
"strict-kwargs==2026.5.20",
102+
"strict-kwargs==2026.6.4",
103103
"sybil==10.0.1",
104104
"tenacity==9.1.4",
105105
"towncrier==25.8.0",

0 commit comments

Comments
 (0)