We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d403e9 commit df71a69Copy full SHA for df71a69
1 file changed
.vscode/settings.json
@@ -14,9 +14,7 @@
14
"prettier.documentSelectors": [
15
"**/*.{cjs,mjs,ts,tsx,astro,md,mdx,json,yaml,yml}"
16
],
17
- "python.testing.pytestArgs": [
18
- "tests"
19
- ],
+ "python.testing.pytestArgs": ["tests"],
20
"python.testing.unittestEnabled": false,
21
"python.testing.pytestEnabled": true
22
}
0 commit comments