From 30797df6dc51d733c0bea8b9633baac970ab1a16 Mon Sep 17 00:00:00 2001 From: chakcy <947105045@qq.com> Date: Sat, 31 Jan 2026 22:00:56 +0800 Subject: [PATCH] add pyrightconfig.json --- {{ cookiecutter.project_name }}/pyrightconfig.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 {{ cookiecutter.project_name }}/pyrightconfig.json 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