Mercurial > code > home > repos > gcalendarwatch
view .vscode/settings.json @ 27:87ab41b8ed52
vscode settings
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Jul 2022 00:58:07 -0700 |
parents | 72ebd60d640e |
children | cb990883e52f |
line wrap: on
line source
{ "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true, "python.formatting.provider": "yapf", "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] }