Mercurial > code > home > repos > reposync
view .vscode/settings.json @ 18:6f38aa08408d
starting over: make a web page that draws a streamed graph from collector, with plans for services to scrape the data that collector will subscribe to
author | drewp@bigasterisk.com |
---|---|
date | Sun, 09 Jan 2022 00:21:41 -0800 |
parents | db4037285592 |
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 } }