Mercurial > code > home > repos > collector
view .vscode/settings.json @ 11:baf886e01ed1
vscode & pdm setup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:57:38 -0800 |
parents | e2d855c00e57 |
children |
line wrap: on
line source
{ "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true, "python.pythonPath": "/home/drewp/.venvs/collector/bin/python", "python.formatting.provider": "yapf", "files.watcherExclude": { "_darcs_old/**": true }, "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] }