{ "python.formatting.provider": "black", "python.pythonPath": ".venv/bin/python3.8", "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": true, "cSpell.enableFiletypes": ["!javascript", "!python"], "python.testing.pytestArgs": ["mealie"] }