view .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
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.9/lib"],
  "python.analysis.extraPaths": ["__pypackages__/3.9/lib"]
}