Skip to content

Commit deaddd8

Browse files
committed
Change the flags for Zuban
1 parent 5e66e5e commit deaddd8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

conformance/src/type_checker.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,8 @@ def run_tests(self, test_files: Sequence[str]) -> dict[str, str]:
233233
"zuban",
234234
"check",
235235
".",
236-
"--disable-error-code",
237-
"empty-body",
238236
"--enable-error-code",
239237
"deprecated",
240-
"--no-warn-unreachable",
241238
]
242239
proc = run(command, stdout=PIPE, text=True, encoding="utf-8")
243240
lines = proc.stdout.split("\n")

0 commit comments

Comments
 (0)