Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit f02b12e

Browse files
committed
Added vscode settings
1 parent c68c75e commit f02b12e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
"python.linting.flake8Enabled": true,
44
"python.linting.mypyEnabled": true,
55
"python.linting.enabled": true,
6-
"python.testing.pytestArgs": [
7-
"--cov=python3_pip_skeleton",
8-
"--cov-report xml:cov.xml"
9-
],
6+
"python.testing.pytestArgs": ["--cov=python3_pip_skeleton", "--cov-report", "xml:cov.xml"],
107
"python.testing.unittestEnabled": false,
118
"python.testing.pytestEnabled": true,
129
"python.formatting.provider": "black",

0 commit comments

Comments
 (0)