add pyrightconfig.json
This commit is contained in:
parent
f7dbe571cc
commit
30797df6dc
9
{{ cookiecutter.project_name }}/pyrightconfig.json
Normal file
9
{{ cookiecutter.project_name }}/pyrightconfig.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"venvPath": ".",
|
||||
"venv": ".venv",
|
||||
"pythonVersion": "{{ cookiecutter.python_version }}",
|
||||
"extraPaths": [
|
||||
"./",
|
||||
"./.venv/lib/python3.12/site-packages"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user