We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71aaf59 commit 0e7371dCopy full SHA for 0e7371d
1 file changed
conformance/scripts/bump_type_checkers.py
@@ -7,7 +7,7 @@
7
from subprocess import CalledProcessError, run
8
9
10
-TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly")
+TYPE_CHECKERS = ("mypy", "pyright", "zuban", "pyrefly", "ty")
11
12
13
def main() -> int:
0 commit comments