script/update_top_ranking_issues/pyrightconfig.json 🔗
@@ -1,4 +1,4 @@
{
- "venvPath": ".",
- "venv": "virtual_environment"
+ "venvPath": ".",
+ "venv": ".venv"
}
Joseph T. Lyons created
script/update_top_ranking_issues/pyrightconfig.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -1,4 +1,4 @@
{
- "venvPath": ".",
- "venv": "virtual_environment"
+ "venvPath": ".",
+ "venv": ".venv"
}