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

Skip to content

Commit ab5d30e

Browse files
committed
Update pyrefly command line option
1 parent ef6b337 commit ab5d30e

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 --summary=none --output-format min-text"
354+
pyrefly_cmd += f" --python-interpreter-path {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)