Skip to content

Commit 0e7371d

Browse files
authored
add ty to scripts/bump_type_checkers.py (#2268)
1 parent 71aaf59 commit 0e7371d

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)