Mercurial > code > home > repos > environment
changeset 2:a547c300bd6e
project cleanup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Apr 2022 00:44:01 -0700 |
parents | 0f532eb91364 |
children | e7f33fa31883 |
files | .vscode/settings.json pyproject.toml pyrightconfig.json |
diffstat | 3 files changed, 6 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/.vscode/settings.json Thu Mar 31 23:49:08 2022 -0700 +++ b/.vscode/settings.json Fri Apr 01 00:44:01 2022 -0700 @@ -2,9 +2,8 @@ "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true, - "python.pythonPath": "/home/drewp/.local/share/virtualenvs/environment-l9Nv7hqc/bin/python", "python.formatting.provider": "yapf", - "files.watcherExclude": { - "_darcs_old/**": true - } + + "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], + "python.analysis.extraPaths": ["__pypackages__/3.9/lib"] }
--- a/pyproject.toml Thu Mar 31 23:49:08 2022 -0700 +++ b/pyproject.toml Fri Apr 01 00:44:01 2022 -0700 @@ -1,7 +1,6 @@ [project] name = "" version = "" -description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] @@ -17,11 +16,6 @@ ] requires-python = ">=3.9" -[project.urls] -Homepage = "" - -[tool.pdm] - [tool.pdm.overrides] cyclone = "1.3" twisted = "22.2.0"