File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -582,6 +582,26 @@ Follow installation instructions on [LSP-pyright](https://github.com/sublimelsp/
582
582
583
583
Follow installation instructions on [LSP-pylsp](https://github.com/sublimelsp/LSP-pylsp).
584
584
585
+ # ## Pyrefly
586
+
587
+ > A fast Python type checker written in Rust.
588
+
589
+ 1. Follow the instructions on the [Pyrefly website](https://pyrefly.org/en/docs/installation/) to install the ` pyrefly` command-line tool.
590
+
591
+ 2. Open ` Preferences > Package Settings > LSP > Settings` and add the ` " pyrefly" ` client configuration to the ` " clients" ` :
592
+
593
+ ` ` ` jsonc
594
+ {
595
+ " clients" : {
596
+ " pyrefly" : {
597
+ " enabled" : true,
598
+ " command" : [" pyrefly" , " lsp" ],
599
+ " selector" : " source.python"
600
+ }
601
+ }
602
+ }
603
+ ` ` `
604
+
585
605
# ## LSP-ruff
586
606
587
607
> An extremely fast Python linter and code transformation tool, written in Rust.
You can’t perform that action at this time.
0 commit comments