view .vscode/settings.json @ 138:a0ba822690f4 default tip

don't read our own file-writes!
author drewp@bigasterisk.com
date Thu, 01 Jun 2023 14:04:06 -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"]
}