We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f56de15 + 119b047 commit 9319137Copy full SHA for 9319137
.devcontainer/devcontainer.json
@@ -0,0 +1,8 @@
1
+{
2
+ "name": "Python 3",
3
+ "image": "mcr.microsoft.com/devcontainers/python",
4
+ "features": {
5
+ "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
6
+ },
7
+ "postCreateCommand": "pre-commit install"
8
+}
0 commit comments