add ty to scripts/bump_type_checkers.py (#2268)
diff --git a/conformance/scripts/bump_type_checkers.py b/conformance/scripts/bump_type_checkers.py index da7f698..fdf859b 100755 --- a/conformance/scripts/bump_type_checkers.py +++ b/conformance/scripts/bump_type_checkers.py
@@ -7,7 +7,7 @@ from subprocess import CalledProcessError, run -TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly") +TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly", "ty") def main() -> int: