view .vscode/settings.json @ 110:703c44bfa3d5 0.23.0

release 0.23.0
author drewp@bigasterisk.com
date Mon, 30 May 2022 22:55:27 -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"]
}