Skip to content

Commit 8115c02

Browse files
committed
Allow @beartype under mypy-strict-kwargs 2026.8.20.1
Decorator application is treated as a positional call; ignore the resolved beartype cache wrapper name.
1 parent f31f3a5 commit 8115c02

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,8 @@ 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+
]

0 commit comments

Comments
 (0)