comparison .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
comparison
equal deleted inserted replaced
-1:000000000000 0:e2d855c00e57
1 {
2 "python.linting.pylintEnabled": false,
3 "python.linting.flake8Enabled": true,
4 "python.linting.enabled": true,
5 "python.pythonPath": "/home/drewp/.venvs/collector/bin/python",
6 "python.formatting.provider": "yapf",
7 "files.watcherExclude": {
8 "_darcs_old/**": true
9 }
10 }