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 0c71815 commit 8354c4fCopy full SHA for 8354c4f
.devcontainer/devcontainer.json
@@ -91,7 +91,9 @@
91
"mutantdino.resourcemonitor",
92
"paulomenezes.duplicated-code",
93
"searKing.preview-vscode",
94
- "sourcery.sourcery"
+ "sourcery.sourcery",
95
+ "GitHub.copilot",
96
+ "GitHub.copilot-labs"
97
]
98
}
99
},
.devcontainer/requirements-dev.txt
@@ -12,3 +12,4 @@ pylint
12
pylint-django
13
wily
14
yapf
15
+sourcery-analytics
0 commit comments