Mercurial > code > home > repos > infra
changeset 4:53ab69ba2d07
ide setups
author | drewp@bigasterisk.com |
---|---|
date | Wed, 10 Nov 2021 09:50:31 -0800 |
parents | 61945df2a392 |
children | 7e8c7de5b490 |
files | .flake8 .style.yapf .vscode/settings.json requirements.txt |
diffstat | 4 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.flake8 Wed Nov 10 09:50:31 2021 -0800 @@ -0,0 +1,3 @@ +[flake8] +ignore=W504 +max-line-length=130 \ No newline at end of file
--- a/.style.yapf Sun Nov 07 15:42:37 2021 -0800 +++ b/.style.yapf Wed Nov 10 09:50:31 2021 -0800 @@ -1,3 +1,4 @@ +# overwritten by /home/drewp/bin/setup_home_venv [style] based_on_style = google column_limit = 130
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.vscode/settings.json Wed Nov 10 09:50:31 2021 -0800 @@ -0,0 +1,10 @@ +{ + "python.linting.pylintEnabled": false, + "python.linting.flake8Enabled": true, + "python.linting.enabled": true, + "python.pythonPath": "/home/drewp/.venvs/infra/bin/python", + "python.formatting.provider": "yapf", + "files.watcherExclude": { + "_darcs_old/**": true + } +}