sweep
sweep copied to clipboard
Sweep: Resolve merge conflicts for PR #2940: Dev
This PR resolves the merge conflicts in #2940. This branch can be directly merged into main.
Fixes #2940.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| sweep-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jan 12, 2024 11:56pm |
Fixing PR: track the progress here.
I'm currently fixing this PR to address the following:
[Sweep GHA Fix] The GitHub Actions run failed with the following error logs:The command: Run pip install black yielded the following error: ##[error]Process completed with exit code 123. Here are the logs: Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: click>=8.0.0 in /usr/lib/python3/dist-packages (from black) (8.0.3) Requirement already satisfied: tomli>=1.1.0 in /usr/local/lib/python3.10/dist-packages (from black) (2.0.1) Requirement already satisfied: packaging>=22.0 in /usr/local/lib/python3.10/dist-packages (from black) (23.2) Requirement already satisfied: platformdirs>=2 in /usr/local/lib/python3.10/dist-packages (from black) (4.1.0) Successfully installed black-23.12.1 mypy-extensions-1.0.0 pathspec-0.12.1 typing-extensions-4.9.0 Skipping .ipynb files as Jupyter dependencies are not installed. You can fix this by running ``pip install "black[jupyter]"`` reformatted /home/runner/work/sweep/sweep/sandbox/cli.py reformatted /home/runner/work/sweep/sweep/sweepai/agents/pr_description_bot.py reformatted /home/runner/work/sweep/sweep/sweepai/api_test.py error: cannot format /home/runner/work/sweep/sweep/sweepai/core/chat.py: Cannot parse: 67:0: ======= reformatted /home/runner/work/sweep/sweep/sweepai/core/documentation.py reformatted /home/runner/work/sweep/sweep/sweepai/core/post_merge.py reformatted /home/runner/work/sweep/sweep/sweepai/core/lexical_search.py reformatted /home/runner/work/sweep/sweep/sweepai/handlers/on_button_click_test.py reformatted /home/runner/work/sweep/sweep/sweepai/handlers/on_button_click.py reformatted /home/runner/work/sweep/sweep/sweepai/handlers/stack_pr_test.py reformatted /home/runner/work/sweep/sweep/sweepai/logn/logn.py reformatted /home/runner/work/sweep/sweep/sweepai/utils/progress_test.py reformatted /home/runner/work/sweep/sweep/sweepai/utils/utils_test.py reformatted /home/runner/work/sweep/sweep/sweepai/utils/user_settings.py Oh no! 💥 💔 💥 13 files reformatted, 196 files left unchanged, 1 file failed to reformat.
✨ Created Pull Request: https://github.com/sweepai/sweep/pull/2946