Skip to content

Commit 7fd5373

Browse files
karfauadrianeboyd
andauthored
docs: Apply suggestions from code review
Co-authored-by: Adriane Boyd <[email protected]>
1 parent afb400e commit 7fd5373

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ A very common thing is to add [`:autoMergePatch`](https://docs.renovatebot.com/p
198198
### python
199199

200200
**There is currently only [limited / "alpha level" support](https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/pip-compile/readme.md) for python using `pip-compile`.
201-
This configuration has been used in some python projects for a while, you can test it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile) by replacing the dependency files and change the config and see what updates renovate files.**
201+
This configuration is currently only used in a small number of python projects, so it may need modifications. You can test it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile) by modifying the dependency files and the renovate config in order to see what updates renovate produces.**
202202

203203
```json
204204
{
@@ -215,11 +215,11 @@ and it configures the following:
215215

216216
- Enables [pip-compile](https://docs.renovatebot.com/modules/manager/pip-compile/) manager (and disables [pip_requirements](https://docs.renovatebot.com/modules/manager/pip_requirements/) and [pip_setup](https://docs.renovatebot.com/modules/manager/pip_setup/) managers since we don't use those)
217217

218-
If you found a config that works for you, please consider to update this one after testing it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile) .
218+
If you found a config that works for you, please consider updating this one after testing it in [bettermarks/renovate-config-test-pip-compile](https://github.com/bettermarks/renovate-config-test-pip-compile).
219219

220220
**you can override all of this per repo!**
221221

222-
it is very likely that you want to add the following using the correct values:
222+
It is very likely (especially for `uv pip compile`, which doesn't include the python version in the header) that you want to specify the python version in the config:
223223
```
224224
"constraints": {
225225
"python": "==3.9"

0 commit comments

Comments
 (0)