Skip to content

chore(deps-dev): Bump strict-kwargs from 2026.5.19.post3 to 2026.5.20#1698

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/strict-kwargs-2026.5.20
May 21, 2026
Merged

chore(deps-dev): Bump strict-kwargs from 2026.5.19.post3 to 2026.5.20#1698
github-actions[bot] merged 1 commit into
mainfrom
dependabot/pip/strict-kwargs-2026.5.20

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Bumps strict-kwargs from 2026.5.19.post3 to 2026.5.20.

Release notes

Sourced from strict-kwargs's releases.

Release 2026.5.20

2026.5.20 (2026-05-20)

Build Systems

  • deps: bump actions/upload-artifact from 4 to 7 (#109) (161e725)
  • deps: bump astral-sh/setup-uv from 6 to 7 (#108) (94204c2)
Changelog

Sourced from strict-kwargs's changelog.

2026.5.20

  • Add [tool.strict_kwargs].src and namespace_packages settings for first-party module resolution. src roots are searched alongside the repository root and are used when deriving module names, so src/pkg/mod.py can resolve as pkg.mod while namespace-package directories can be marked even without __init__.py (issue #142).
  • Add configurable project-level file exclusions. [tool.strict_kwargs] now accepts extend_exclude patterns for directory runs and force_exclude = true to apply those exclusions to explicitly passed files, matching pre-commit workflows (issue #141).
  • strict-kwargs checks can now enable the persistent diagnostic cache through [tool.strict_kwargs].cache_dir or the STRICT_KWARGS_CACHE_DIR environment variable. The effective cache location precedence is --cache-dir, then pyproject configuration, then the environment variable. Relative pyproject paths resolve against the project root.

2026.5.19-post.3

  • --fix-synthesized-constructors can now also be enabled in pyproject.toml with [tool.strict_kwargs].fix_synthesized_constructors = true.

2026.5.19-post.2

2026.5.19-post.1

  • Add category-specific strict-kwargs fix controls instead of a blanket unsafe mode. --fix-synthesized-constructors rewrites dataclass and NamedTuple calls from synthesized field models. Overload rewrites are default-on when analysis selects one precise arm. The synthesized constructor control can be used with or without --diff; ordinary single-signature fixes remain default-on regardless of which resolver found the signature.

  • strict-kwargs fix now reports declined rewrite reasons by category on stderr, including synthesized constructors, unresolved overloads, ambiguous ty hovers, goto-definition-only ty resolutions, unsafe call-site unpacking, and unsupported signature shapes. --diff stdout remains patch-only.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [strict-kwargs](https://github.com/adamtheturtle/strict-kwargs) from 2026.5.19.post3 to 2026.5.20.
- [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.19-post.3...2026.5.20)

---
updated-dependencies:
- dependency-name: strict-kwargs
  dependency-version: 2026.5.20
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 21, 2026
@dependabot dependabot Bot temporarily deployed to development May 21, 2026 00:36 Inactive
@github-actions github-actions Bot enabled auto-merge May 21, 2026 00:36
@github-actions github-actions Bot merged commit c159914 into main May 21, 2026
15 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/strict-kwargs-2026.5.20 branch May 21, 2026 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants