Skip to content

Commit c56f813

Browse files
committed
feat: remove execution environments from pyrightconfig.json to allow for proper import resolution
1 parent d0d42c8 commit c56f813

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

{{cookiecutter.project_name}}/pyrightconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
"venv": ".venv",
2222
"executionEnvironments": [
2323
{
24-
"root": "src",
25-
"extraPaths": []
26-
},
27-
{
28-
"root": "tests",
24+
"root": ".",
2925
"extraPaths": []
3026
}
3127
],

0 commit comments

Comments
 (0)