Skip to content

Commit 7143f25

Browse files
committed
tidy vscode settings
Signed-off-by: Grant Ramsay <[email protected]>
1 parent dfbe518 commit 7143f25

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.vscode/launch.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

.vscode/settings.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,10 @@
4040
"python.linting.pydocstyleArgs": ["--convention=google"],
4141
"python.linting.pylintArgs": [],
4242
"python.linting.pylintEnabled": false,
43-
"python.linting.pylintUseMinimalCheckers": false,
44-
"python.pythonPath": "/home/seapagan/.pyenv/versions/calendar/bin/python",
45-
"python.sortImports.args": ["--profile", "black", "--src=${workspaceFolder}"],
46-
"python.testing.nosetestsEnabled": false,
43+
"python.pythonPath": "./.venv/bin/python",
44+
"isort.args": ["--profile", "black", "--src=${workspaceFolder}"],
4745
"python.testing.pytestArgs": ["tests"],
4846
"python.testing.pytestEnabled": true,
4947
"python.testing.unittestArgs": ["-v", "-s", "./tests", "-p", "*_test.py"],
50-
"python.testing.unittestEnabled": false,
51-
"testExplorer.addToEditorContextMenu": true
48+
"python.testing.unittestEnabled": false
5249
}

0 commit comments

Comments
 (0)