-
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 #51
base: main
Are you sure you want to change the base?
Conversation
❌ PR-Agent failed to apply 'local' repo settings The configuration file needs to be a valid TOML, please fix it. Error message: Configuration content:aaa=3
[pr_reviewer]
extra_instructions = ""
enable_review_labels_security = false
enable_review_labels_effort = false
require_can_be_split_review = true
enable_auto_approval = true
maximal_review_effort = 1
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
/help "how to get more customized code suggestions" ? |
Question:how to get more customized code suggestions ? Answer:To get more customized code suggestions, you can utilize the For For Here's how you can set these options: Extra Instructions Example[pr_code_suggestions]
extra_instructions="""\
(1) Focus on security improvements
(2) Avoid suggestions related to UI changes
""" Best Practices ExampleCreate a [best_practices]
enable_global_best_practices = true These configurations will help in generating more relevant and customized code suggestions. Relevant Sources: |
PR Type
dependencies
Description
text-unidecode
andUnidecode
inrequirements.txt
.Changes walkthrough 📝
requirements.txt
Remove version constraints from dependencies
requirements.txt
text-unidecode
andUnidecode
.packages.