view .vscode/settings.json @ 108:a4a060241c73

add a pydeps task. `inv pydeps`
author drewp@bigasterisk.com
date Mon, 30 May 2022 22:44:50 -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"]
}