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.
This commit is contained in:
Normann
2026-09-11 07:50:54 +02:00
committed by GitHub
parent 1abdd345c4
commit fe7f0fd821
+1 -1
View File
@@ -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