Mercurial > code > home > repos > rdfdb
annotate .vscode/settings.json @ 97:354ffd78c0fe
demo of caller code
author | drewp@bigasterisk.com |
---|---|
date | Mon, 30 May 2022 20:26:16 -0700 |
parents | 456dfdfd2be6 |
children |
rev | line source |
---|---|
78 | 1 { |
2 "python.linting.pylintEnabled": false, | |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.formatting.provider": "yapf", | |
6 | |
7 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], | |
8 "python.analysis.extraPaths": ["__pypackages__/3.9/lib"] | |
9 } |