Mercurial > code > home > repos > gcalendarwatch
annotate .vscode/settings.json @ 36:cb990883e52f
deployment; dep updates
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 Nov 2023 23:19:23 -0800 |
parents | 87ab41b8ed52 |
children | ab54c9f65f76 |
rev | line source |
---|---|
15 | 1 { |
2 "python.linting.pylintEnabled": false, | |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.formatting.provider": "yapf", | |
27 | 6 |
36 | 7 "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"], |
8 "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"] | |
15 | 9 } |