view .vscode/settings.json @ 0:e2d855c00e57

initial move from homeauto/ repo
author drewp@bigasterisk.com
date Tue, 29 Mar 2022 21:44:04 -0700
parents
children baf886e01ed1
line wrap: on
line source

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