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 93528aa commit 53e0631Copy full SHA for 53e0631
README.md
@@ -54,7 +54,8 @@ This package will provide the following new tox environments:
54
55
If you want for a tox environment to use `uv sync` with a `uv.lock` file you need to change for that tox environment the
56
`runner` to `uv-venv-lock-runner`. Furthermore, should in such environments you use the `extras` config to instruct `uv`
57
-to install the specified extras, for example:
+to install the specified extras, for example (this example is for the `tox.ini`, for other formats see the documentation
58
+[here](https://tox.wiki/en/latest/config.html#discovery-and-file-types)):
59
60
```ini
61
0 commit comments