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

Skip to content

Commit 28250a1

Browse files
authored
Use summary=none instead of --no-summary in pyrefly command. (#211)
1 parent 25a8714 commit 28250a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mypy_primer/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def get_pyrefly_cmd(self, pyrefly: Path, additional_flags: Sequence[str] = ()) -
351351

352352
pyrefly_cmd = pyrefly_cmd.format_map(_FormatMap(pyrefly=pyrefly, paths=self.paths))
353353

354-
pyrefly_cmd += f" --python-interpreter {quote_path(self.venv.dir)}/bin/python --no-summary --output-format min-text"
354+
pyrefly_cmd += f" --python-interpreter {quote_path(self.venv.dir)}/bin/python --summary=none --output-format min-text"
355355
return pyrefly_cmd
356356

357357
async def run_pyrefly(

0 commit comments

Comments
 (0)