Skip to content

Commit 709b7bc

Browse files
committed
Respond to review comments
1 parent ae7c516 commit 709b7bc

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"python.terminal.activateEnvironment": false,
3030
// Workaround to prevent garbled python REPL in the terminal
3131
// https://github.com/microsoft/vscode-python/issues/25505
32-
"python.terminal.shellIntegration.enabled": false,
33-
"remote.autoForwardPorts": false
32+
"python.terminal.shellIntegration.enabled": false
3433
},
3534
// Add the IDs of extensions you want installed when the container is created.
3635
"extensions": [

docs/how-to/lock-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To update all dependencies to their latest versions run:
2828
```
2929
uv sync --upgrade
3030
```
31-
This command will be run [renovate](./renovate) once a week in CI.
31+
This command will be run by [renovate](./renovate) once a week in CI.
3232

3333
```{seealso}
3434
[The uv docs on locking and syncing](https://docs.astral.sh/uv/concepts/projects/sync)

docs/how-to/renovate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If your repo is in an org where the Renovate GitHub app is not installed, then f
2020
- Select the org your repo is hosted in
2121
- Select `All repositories` and click `Install`
2222
- Select `Renovate Only` as the product
23-
- Select `Silent` as the mode
23+
- Select `Scan only` as the mode
2424
- Click `Finish`
2525
- Click `Settings`
2626
- Select the `Dependencies` tab

0 commit comments

Comments
 (0)