cashmere

cashmere

pyrefly interpreter fix with devenv

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"