Skip to content

Commit d264e44

Browse files
author
Altay Sansal
committed
install developer tools with uv
1 parent b5ec51e commit d264e44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.devcontainer/post-create.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
set -e
44

5+
# Install useful developer tools used by mdio development
6+
uv tool install nox bump-my-version
7+
58
# Sync the environment, installing the project editable and including dev dependencies
69
uv sync
710

0 commit comments

Comments
 (0)