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 badd005 commit 5830e80Copy full SHA for 5830e80
.vscode/extensions.json
@@ -0,0 +1,8 @@
1
+{
2
+ "recommendations": [
3
+ "esbenp.prettier-vscode",
4
+ "ms-python.python",
5
+ "njpwerner.autodocstring",
6
+ "redhat.vscode-yaml"
7
+ ]
8
+}
.vscode/settings.json
@@ -0,0 +1,5 @@
+ "autoDocstring.docstringFormat": "sphinx",
+ "python.formatting.provider": "black",
+ "python.linting.enabled": true
0 commit comments