Skip to content

Commit 4ff5735

Browse files
committed
Also ignore pytest.fixture under mypy-strict-kwargs 2026.8.20.1
@fixture is applied positionally; resolve to _pytest.fixtures.fixture.
1 parent 8115c02 commit 4ff5735

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,5 @@ per_file_enforcement."tests/**" = "all"
472472
[tool.mypy_strict_kwargs]
473473
ignore_names = [
474474
"beartype._decor.decorcache.beartype",
475+
"_pytest.fixtures.fixture",
475476
]

0 commit comments

Comments
 (0)