Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a813601

Browse files
authored
ty: do not force colorization of output (#223)
1 parent 089ac1d commit a813601

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

mypy_primer/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,6 @@ async def run_ty(
306306
if prepend_path is not None:
307307
env["MYPY_PRIMER_PREPEND_PATH"] = str(prepend_path)
308308

309-
env["CLICOLOR_FORCE"] = "1"
310-
311309
ty_cmd = self.get_ty_cmd(ty, additional_flags)
312310
proc, runtime = await run(
313311
ty_cmd,

0 commit comments

Comments
 (0)