Skip to content

Commit b938b48

Browse files
committed
Merge branch 'fix/add-forgotten-uv-section' into 'master'
johnny: add uv resolve section See merge request CodeScoring/docs!656
2 parents 06235e7 + e58dae3 commit b938b48

2 files changed

Lines changed: 25 additions & 1 deletion

File tree

docs/agent/resolve.en.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,18 @@ poetry debug resolve
214214

215215
The first output contains the tree with constraints, the second — the specific versions. The agent matches the data and forms the final graph.
216216

217+
### uv
218+
219+
Main manifest used for dependency resolution: `pyproject.toml`.
220+
221+
The command executed:
222+
223+
```bash
224+
uv lock
225+
```
226+
227+
The agent parses the `uv.lock` file, which contains information about dependencies and their versions.
228+
217229
### sbt (Scala)
218230

219231
Main manifest used for dependency resolution: `build.sbt`.
@@ -260,4 +272,4 @@ For projects using Conda, the agent runs:
260272
conda-lock -f <environment.yml> --filename <tmpdir/conda-lock.yml>
261273
```
262274

263-
After that, the `conda-lock.yml` file is analyzed, which contains all project dependencies.
275+
After that, the `conda-lock.yml` file is analyzed, which contains all project dependencies.

docs/agent/resolve.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,18 @@ poetry debug resolve
214214

215215
Первый вывод содержит дерево с констрейнтами, второй — конкретные версии. Агент сопоставляет данные и формирует итоговый граф.
216216

217+
### uv
218+
219+
Базовый манифест, который берется за основу при разрешении зависимостей: `pyproject.toml`.
220+
221+
Выполняется команда:
222+
223+
```bash
224+
uv lock
225+
```
226+
227+
Агент парсит файл `uv.lock`, содержащий информацию о зависимостях и их версиях.
228+
217229
### sbt (Scala)
218230

219231
Базовый манифест, который берется за основу при разрешении зависимостей: `build.sbt`.

0 commit comments

Comments
 (0)