mirror of
https://github.com/Doctorado-ML/Odte.git
synced 2025-07-11 08:12:06 +00:00
18 lines
512 B
JSON
18 lines
512 B
JSON
{
|
|
"python.testing.unittestArgs": [
|
|
|
|
],
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.nosetestsEnabled": false,
|
|
"python.testing.unittestEnabled": true,
|
|
"python.pythonPath": "/Users/rmontanana/.virtualenvs/general/bin/python",
|
|
"python.linting.flake8Enabled": true,
|
|
"python.linting.enabled": true,
|
|
"editor.rulers": [
|
|
80,
|
|
100
|
|
],
|
|
"python.linting.pylintEnabled": false,
|
|
"restructuredtext.confPath": "${workspaceFolder}/docs/source"
|
|
|
|
} |