From b4158f98bfa504ac1c522ce6c5a357e55d6528f0 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 14:53:05 +0000 Subject: [PATCH 1/2] chore: Add missing make target; update poetry instructions Co-Authored-By: mkeeler@launchdarkly.com --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6a443b7..ad3dedc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,11 +16,11 @@ We encourage pull requests and other contributions from the community. Before su This project is built using [poetry](https://python-poetry.org/). To learn more about the basics of working with this tool, read [Poetry's basic usage guide](https://python-poetry.org/docs/basic-usage/). -To begin development, active the poetry shell and ensure your dependencies are installed. +To begin development, ensure your dependencies are installed and (optionally) activate the virtualenv. ``` -poetry shell poetry install +eval $(poetry env activate) ``` ### Testing From 8e0c88b7e9ade05b51e020a8dfa9fab03a914e24 Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:29:07 -0400 Subject: [PATCH 2/2] chore: Update poetry instructions (#29)