Skip to content

Feature Request: pyrefly support #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
josteink opened this issue May 19, 2025 · 0 comments
Open

Feature Request: pyrefly support #648

josteink opened this issue May 19, 2025 · 0 comments

Comments

@josteink
Copy link

josteink commented May 19, 2025

pyrefly is a new, fast Python type-checker and LSP-server designed to work efficiently with large code-bases.

The Pyrefly codebase can be found here:
https://github.com/facebook/pyrefly

Usage is fairly easy:

  • To use pyrefly to run a type-check, one simply runs pyrefly check for the entire project or pyrefly check {filename} to check an individual file.
  • To start the LSP-server you instead have to run pyrefly lsp.

For detection:

  • pyrefly can be installed globally, if so it will be found on path.
  • as part of the project. If so it will be part of pyproject.toml, requirements.txt or similar files. It can also have its own pyrefly.toml config file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant