🔧 chore: install deps in project

This commit is contained in:
SigureMo 2021-07-14 17:59:29 +08:00
parent 1f65cd8acd
commit 2d5efd1bea
No known key found for this signature in database
GPG Key ID: F99A3CD7BD76B247
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"python.pythonPath": "${workspaceFolder}/.venv/bin/python",
"python.formatting.provider": "black",
"python.formatting.blackArgs": ["--line-length", "120"],
"python.analysis.typeCheckingMode": "strict"

3
poetry.toml Normal file
View File

@ -0,0 +1,3 @@
[virtualenvs]
create = true
in-project = true