python 3.9

This commit is contained in:
hay-kot 2021-02-07 16:37:45 -09:00
commit 2fbdfee60f

View file

@ -1,6 +1,6 @@
{ {
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.pythonPath": ".venv/bin/python3.8", "python.pythonPath": ".venv/bin/python3.9",
"python.linting.pylintEnabled": true, "python.linting.pylintEnabled": true,
"python.linting.enabled": true, "python.linting.enabled": true,
"python.autoComplete.extraPaths": ["mealie", "mealie/mealie"], "python.autoComplete.extraPaths": ["mealie", "mealie/mealie"],