-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update requirements.txt #43
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
/help "how to remove the 'Preparing review...' message'"? |
Question:how to remove the 'preparing review...' message'? Answer:The provided snippets do not contain information on how to remove the 'preparing review...' message. Please refer to the documentation section related to message configurations or settings in the PR-Agent tool. Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:Yes, you can perform a dry run using the CLI to just print locally without publishing. However, the specific command or flag to enable a dry run is not detailed in the provided snippets. You might need to look into the CLI help or documentation for the exact command or flag to use. Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:Yes, you can perform a dry run using the CLI to just print locally without publishing. However, the specific command or flag to enable a dry run is not detailed in the provided snippets. You might need to check the CLI help or the detailed documentation for the exact command or flag. Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
/help "In CLI, can i do a dry run and just print locally without publishing? " --pr_help.force_local_db=true |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:The documentation does not explicitly mention the ability to perform a dry run that only prints locally without publishing. However, you can run PR-Agent commands locally using the CLI, which might allow you to test without affecting remote repositories. For more specific functionality like a dry run, you might need to check the detailed CLI command options or configurations. Relevant Sources: |
/help "how to change the number of code suggestions" ? |
Question:how to change the number of code suggestions ? Answer:To change the number of code suggestions in PR-Agent, you can modify the Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:The documentation does not explicitly mention the ability to perform a dry run that only prints locally without publishing using the CLI. However, you can run PR-Agent commands locally, which might allow for testing without affecting remote repositories. For further details, you might need to refer to specific command options or flags in the CLI documentation or source code. Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:Yes, you can perform a dry run using the CLI. However, the documentation does not explicitly mention a dry run option. Typically, this would involve running the CLI command without actually triggering any external actions like publishing. You might need to check for specific flags or settings in the CLI tool that allow for a dry run or similar functionality. Relevant Sources: |
/help "In CLI, can i do a dry run and just print locally without publishing? " |
Question:in cli, can i do a dry run and just print locally without publishing? Answer:Yes, you can perform a dry run and print results locally without publishing by setting the Relevant Sources: |
PR Type
dependencies
Description
Unidecode
package inrequirements.txt
, allowing for more flexibility in version usage.Changes walkthrough 📝
requirements.txt
Relax version constraint for Unidecode dependency
requirements.txt
Unidecode
.Unidecode
to allow any version.