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.
devcontainer.json
1 parent b5ec51e commit 2f80f7dCopy full SHA for 2f80f7d
.devcontainer/post-create.sh
@@ -2,6 +2,10 @@
2
3
set -e
4
5
+# Install useful developer tools used by mdio development
6
+uv tool install nox
7
+uv tool install bump-my-version
8
+
9
# Sync the environment, installing the project editable and including dev dependencies
10
uv sync
11
0 commit comments