Code settings

This commit is contained in:
Patrick McDonagh
2018-08-10 15:09:13 -05:00
parent a5b0b83883
commit facb075d3f
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored
View File

@@ -97,3 +97,4 @@ ENV/
# mypy
.mypy_cache/
/.pytest_cache

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"python.unitTest.promptToConfigure": false,
"python.unitTest.pyTestEnabled": false,
"python.unitTest.unittestEnabled": false,
"python.unitTest.nosetestsEnabled": false
}