Skip to content

Commit 3e29fe2

Browse files
committed
Update README and move pyrefly to be a python/uv dependency
1 parent b2373c8 commit 3e29fe2

4 files changed

Lines changed: 21 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This template provides a complete development environment for AI/ML applications
4343
- All development tools (uv, ruff, pyrefly, etc.)
4444
- Pre-commit hooks
4545

46-
#### Option 2: Without Nix (You already have python)
46+
#### Option 2: Without Nix (You already have Python)
4747

4848
1. Ensure Python 3.13+ is installed
4949
2. Install uv:
@@ -58,7 +58,7 @@ This template provides a complete development environment for AI/ML applications
5858
#### Option 3: Using uv
5959

6060
1. [Install uv](https://docs.astral.sh/uv/getting-started/installation/)
61-
2. Install python using uv :
61+
2. Install Python using uv:
6262
```bash
6363
uv python install 3.13
6464
```

devshell.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ package = "python313"
55

66
[devshell]
77
packages = [
8-
"pyrefly",
98
"uv"
109
]
1110

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dev = [
2626
"coverage>=7.9.1",
2727
"debugpy>=1.8.14",
2828
"pre-commit>=4.2.0",
29+
"pyrefly>=0.21.0",
2930
"pytest>=8.4.1",
3031
"pytest-asyncio>=1.0.0",
3132
"pytest-cov>=6.2.1",

uv.lock

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)