mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-06 02:15:22 -05:00
14 lines
460 B
JSON
14 lines
460 B
JSON
{
|
|
"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,
|
|
"python.testing.pytestEnabled": false,
|
|
"python.testing.promptToConfigure": false
|
|
}
|