Skip to content

Commit d3e7497

Browse files
Copilot comment suggestions.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent fb786e2 commit d3e7497

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ dependencies = [
99
"urllib3>=2.7.0",
1010
]
1111

12-
# Optional but recommended
12+
# Dependencies are managed from this `pyproject.toml` with `uv`, not `requirements*.txt`.
13+
# Install the project environment with `uv sync` and run tools/scripts with `uv run <command>`.
1314
[tool.uv]
1415
dev-dependencies = [
15-
# put dev-only tools here if needed
16+
# Add dev-only tools here when needed; they will be installed by `uv sync`.
1617
]

0 commit comments

Comments
 (0)