Skip to content

Commit 7ff2e39

Browse files
adamtheturtleclaude
andcommitted
Bump mypy-strict-kwargs to 2026.8.25
2026.8.20.1 lost the value type behind ``SomeEnum.value`` and reported decorators such as ``@beartype`` as positional calls. Both are fixed in 2026.8.25, so the ``ignore_names`` opt-outs added for them are no longer needed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CACFJDTrtojHAEbXRGoxAg
1 parent 72f27ad commit 7ff2e39

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ optional-dependencies.dev = [
4747
"furo==2025.12.19",
4848
"interrogate==1.7.0",
4949
"mypy[faster-cache]==2.3.1",
50-
"mypy-strict-kwargs==2026.8.20.1",
50+
"mypy-strict-kwargs==2026.8.25",
5151
"no-defaults==2.1.0",
5252
"prek==0.4.14",
5353
"pydocstringformatter==1.0.0",
@@ -468,10 +468,3 @@ whitelines = 1
468468
[tool.no_defaults]
469469
private_only = true
470470
per_file_enforcement."tests/**" = "all"
471-
472-
[tool.mypy_strict_kwargs]
473-
ignore_names = [
474-
"beartype._decor.decorcache.beartype",
475-
"_pytest.fixtures.fixture",
476-
"pytest_asyncio.plugin.fixture",
477-
]

0 commit comments

Comments
 (0)