diff --git a/src/providers/base_pyproject.js b/src/providers/base_pyproject.js index 0bf7fb8..fcc309f 100644 --- a/src/providers/base_pyproject.js +++ b/src/providers/base_pyproject.js @@ -168,8 +168,10 @@ export default class Base_pyproject { /** * Resolve dependencies using the tool-specific command and parser. + * * @param {string} manifestDir - directory containing the target pyproject.toml - * @param {string} workspaceDir - workspace root (where the lock file lives), or same as manifestDir for standalone projects + * @param {string} workspaceDir - workspace root (where the lock file lives); + * only used by providers that need workspace-level resolution (e.g. uv) * @param {object} parsed - parsed pyproject.toml * @param {Object} opts * @returns {Promise}