Pamela Fox
commited on
Commit
·
c406902
1
Parent(s):
ba558e6
add pre-commit
Browse files
.devcontainer/devcontainer.json
CHANGED
@@ -52,7 +52,7 @@
|
|
52 |
// "forwardPorts": [],
|
53 |
|
54 |
// Use 'postCreateCommand' to run commands after the container is created.
|
55 |
-
"postCreateCommand": "pip install -r requirements-dev.txt",
|
56 |
|
57 |
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
58 |
"remoteUser": "vscode"
|
|
|
52 |
// "forwardPorts": [],
|
53 |
|
54 |
// Use 'postCreateCommand' to run commands after the container is created.
|
55 |
+
"postCreateCommand": "pip install -r requirements-dev.txt && pre-commit install",
|
56 |
|
57 |
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
58 |
"remoteUser": "vscode"
|