Skip to content

Commit f61e342

Browse files
committed
add ty to scripts/bump_type_checkers.py
1 parent 71aaf59 commit f61e342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conformance/scripts/bump_type_checkers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from subprocess import CalledProcessError, run
88

99

10-
TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly")
10+
TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly", "ty")
1111

1212

1313
def main() -> int:

0 commit comments

Comments
 (0)