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