diff --git a/{{ cookiecutter.project_name }}/pyrightconfig.json b/{{ cookiecutter.project_name }}/pyrightconfig.json new file mode 100644 index 0000000..a499e3b --- /dev/null +++ b/{{ cookiecutter.project_name }}/pyrightconfig.json @@ -0,0 +1,9 @@ +{ + "venvPath": ".", + "venv": ".venv", + "pythonVersion": "{{ cookiecutter.python_version }}", + "extraPaths": [ + "./", + "./.venv/lib/python3.12/site-packages" + ] +} \ No newline at end of file