view .vscode/settings.json @ 2:a547c300bd6e

project cleanup
author drewp@bigasterisk.com
date Fri, 01 Apr 2022 00:44:01 -0700
parents 3c1bc3bc5a6c
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"]
}