view .vscode/settings.json @ 16:db4037285592 main master

update deps, some ide setup
author drewp@bigasterisk.com
date Fri, 27 Aug 2021 13:40:49 -0700
parents f714a6a7842c
children
line wrap: on
line source

{
  "python.linting.pylintEnabled": false,
  "python.linting.flake8Enabled": true,
  "python.linting.enabled": true,
  "python.pythonPath": "/home/drewp/.venvs/reposync/bin/python",
  "python.formatting.provider": "yapf",
  "files.watcherExclude": {
    "_darcs_old/**": true
  }
}