Skip to content

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

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

chore(deps-dev): Bump strict-kwargs from 2026.5.19.post3 to 2026.5.20#3021
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 20, 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 20, 2026
@dependabot dependabot Bot temporarily deployed to development May 20, 2026 16:23 Inactive
@github-actions github-actions Bot enabled auto-merge May 20, 2026 16:23
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] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/strict-kwargs-2026.5.20 branch from 0ba54b3 to f7b3fbf Compare May 20, 2026 16:30
@dependabot dependabot Bot temporarily deployed to development May 20, 2026 16:30 Inactive
@github-actions github-actions Bot merged commit 3331f81 into main May 20, 2026
15 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/strict-kwargs-2026.5.20 branch May 20, 2026 16:35
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