Context
pyrefly doesn't know out of the box which interpreter to use. to fix this issue, add the following snippet to your pyproject.toml
Snippet
[tool.pyrefly]
python-interpreter = ".devenv/state/venv/bin/python"
pyrefly doesn't know out of the box which interpreter to use. to fix this issue, add the following snippet to your pyproject.toml
[tool.pyrefly]
python-interpreter = ".devenv/state/venv/bin/python"