Compare commits

...
Author SHA1 Message Date
John Kennedyandopen-swe[bot] <open-swe@users.noreply.github.com> 12e19cb7ea chore: align type-checker wording with ty
Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
2026-06-28 00:55:41 +00:00
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")