comparison .vscode/settings.json @ 0:3c1bc3bc5a6c

pull out of homeauto/ project, and add skaffold/pipenv
author drewp@bigasterisk.com
date Thu, 31 Mar 2022 22:03:43 -0700
parents
children a547c300bd6e
comparison
equal deleted inserted replaced
-1:000000000000 0:3c1bc3bc5a6c
1 {
2 "python.linting.pylintEnabled": false,
3 "python.linting.flake8Enabled": true,
4 "python.linting.enabled": true,
5 "python.pythonPath": "/home/drewp/.local/share/virtualenvs/environment-l9Nv7hqc/bin/python",
6 "python.formatting.provider": "yapf",
7 "files.watcherExclude": {
8 "_darcs_old/**": true
9 }
10 }