We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pyrefly
1 parent 9e186e6 commit 974ea3aCopy full SHA for 974ea3a
1 file changed
development/uv_and_ruff.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
#
4
-# Install `uv` and `ruff` for Python development
+# Install `uv`, `ruff` and `pyrefly` for Python development
5
6
7
@@ -26,6 +26,16 @@ uv tool install ruff@latest
26
ruff --version
27
28
29
+# Install pyrefly
30
+uv tool install pyrefly@latest
31
+pyrefly --version
32
+
33
+# add extension to VS Code
34
+# https://marketplace.visualstudio.com/items?itemName=meta.pyrefly
35
36
+pyrefly init
37
38
39
# 2. Create a new project ----
40
cd projects/
41
uv init -n ai-agents
@@ -50,3 +60,4 @@ uv tool upgrade ruff
50
60
# References ----
51
61
# 1. https://docs.astral.sh/uv/getting-started/features/
52
62
# 2. https://marketplace.visualstudio.com/items?itemName=charliermarsh.ruff
63
+# 3. https://pyrefly.org/en/docs/installation/
0 commit comments