chore: align type-checker wording with ty

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
This commit is contained in:
John Kennedy
2026-06-28 00:55:41 +00:00
co-authored by open-swe[bot] <open-swe@users.noreply.github.com>
parent bdb323efbb
commit 12e19cb7ea
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ ENV/
env.bak/
venv.bak/
# mypy
# Python type checker caches
.mypy_cache/
.dmypy.json
dmypy.json
@@ -1150,7 +1150,7 @@ class TestV2ValidationErrors:
# --- type narrowing compile-time checks ---
# These assert_type calls verify that mypy narrows the union correctly.
# These assert_type calls verify that the type checker narrows the union correctly.
_OutputT = TypeVar("_OutputT")