2021-01-02 13:50:06 -09:00
|
|
|
{
|
|
|
|
"python.formatting.provider": "black",
|
|
|
|
"python.pythonPath": "venv/bin/python",
|
|
|
|
"python.linting.pylintEnabled": true,
|
|
|
|
"python.linting.enabled": true,
|
|
|
|
"python.autoComplete.extraPaths": ["mealie", "mealie/mealie"],
|
|
|
|
"python.analysis.extraPaths": ["mealie", "mealie/mealie"],
|
|
|
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
"python.testing.nosetestsEnabled": false,
|
2021-01-05 17:08:33 -09:00
|
|
|
"python.discoverTest": true,
|
|
|
|
"python.testing.pytestEnabled": true,
|
2021-01-02 18:32:08 -09:00
|
|
|
"cSpell.enableFiletypes": [
|
2021-01-09 18:04:53 -09:00
|
|
|
"!javascript",
|
2021-01-02 18:32:08 -09:00
|
|
|
"!python"
|
2021-01-05 17:08:33 -09:00
|
|
|
],
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
"mealie"
|
2021-01-02 18:32:08 -09:00
|
|
|
]
|
2021-01-02 13:50:06 -09:00
|
|
|
}
|