We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c3374 commit 4c9dc95Copy full SHA for 4c9dc95
1 file changed
src/providers/base_pyproject.js
@@ -171,8 +171,7 @@ export default class Base_pyproject {
171
*
172
* @param {string} manifestDir - directory containing the target pyproject.toml
173
* @param {string} workspaceDir - workspace root (where the lock file lives);
174
- * only used by providers that need workspace-level resolution (e.g. uv).
175
- * Providers that don't use it should prefix with `_`.
+ * only used by providers that need workspace-level resolution (e.g. uv)
176
* @param {object} parsed - parsed pyproject.toml
177
* @param {Object} opts
178
* @returns {Promise<DependencyData>}
0 commit comments