From fe7f0fd82130ba81630393fc70ebe1be02d4c283 Mon Sep 17 00:00:00 2001 From: Normann Date: Fri, 11 Sep 2026 07:50:54 +0200 Subject: [PATCH] docs: correct mypy regression test filename (#1293) The mypy regression-test command in CONTRIBUTING.md points to the nonexistent tests/test_typingmypytoolchain.py, causing copied commands to fail. Change the path to tests/test_typingmypytooling.py, the existing integration test. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d35d0c9f..34f8a03a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ keeps diagnostics independent of cache history without suppressing checks. To regression-test the entry points run: ```bash -uv run --locked --extra dev pytest -q --finalize tests/test_typingmypytoolchain.py +uv run --locked --extra dev pytest -q --finalize tests/test_typingmypytooling.py ``` This test creates a temporary project and a fresh locked development environment and hook/type-check