Code settings
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -97,3 +97,4 @@ ENV/
|
|||||||
|
|
||||||
# mypy
|
# mypy
|
||||||
.mypy_cache/
|
.mypy_cache/
|
||||||
|
/.pytest_cache
|
||||||
|
|||||||
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"python.unitTest.promptToConfigure": false,
|
||||||
|
"python.unitTest.pyTestEnabled": false,
|
||||||
|
"python.unitTest.unittestEnabled": false,
|
||||||
|
"python.unitTest.nosetestsEnabled": false
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user