Skip to content

Commit 2944d95

Browse files
committed
Fix typos
1 parent ea776cc commit 2944d95

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ plugins.md033.enabled = false # inline-html
154154
plugins.md024.allow_different_nesting = true # no-duplicate-headers
155155

156156
[tool.uv]
157+
index-strategy = "unsafe-best-match"
158+
157159
# Primary package index
158160
index-url = "https://pypi.org/simple"
159161

@@ -162,9 +164,6 @@ extra-index-url = [
162164
"https://download.pytorch.org/whl/cpu"
163165
]
164166

165-
[tool.uv.pip]
166-
index-strategy = "unsafe-best-match"
167-
168167
[tool.uv.sources]
169168
torch = { index = "pytorch-cpu" }
170169
torchvision = { index = "pytorch-cpu" }

0 commit comments

Comments
 (0)