mirror of https://github.com/yutto-dev/yutto
🔧 chore: install deps in project
This commit is contained in:
parent
1f65cd8acd
commit
2d5efd1bea
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"python.pythonPath": "${workspaceFolder}/.venv/bin/python",
|
||||
"python.formatting.provider": "black",
|
||||
"python.formatting.blackArgs": ["--line-length", "120"],
|
||||
"python.analysis.typeCheckingMode": "strict"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[virtualenvs]
|
||||
create = true
|
||||
in-project = true
|
Loading…
Reference in New Issue