Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update requirements.txt #51

wants to merge 1 commit into from

Conversation

mrT23
Copy link
Contributor

@mrT23 mrT23 commented Oct 25, 2024

PR Type

dependencies


Description

  • Removed specific version constraints for text-unidecode and Unidecode in requirements.txt.
  • Updated dependencies to allow installation of the latest versions.

Changes walkthrough 📝

Relevant files
Dependencies
requirements.txt
Remove version constraints from dependencies                         

requirements.txt

  • Removed specific version constraints for text-unidecode and Unidecode.
  • Updated to allow installation of the latest versions of these
    packages.
  • +2/-2     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant information

    Copy link

    github-actions bot commented Oct 25, 2024

    PR-Agent failed to apply 'local' repo settings

    The configuration file needs to be a valid TOML, please fix it.


    Error message:
    'int' object has no attribute 'items'

    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
    

    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ No major issues detected

    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @mrT23
    Copy link
    Contributor Author

    mrT23 commented Oct 25, 2024

    /help "how to get more customized code suggestions" ?

    Copy link

    Question:

    how to get more customized code suggestions ?

    Answer:

    To get more customized code suggestions, you can utilize the extra_instructions and best_practices configuration options in the improve tool. These options allow you to guide the AI model to provide tailored suggestions based on specific instructions or coding standards relevant to your project.

    For extra_instructions, you can specify detailed guidance directly in the command or configuration file, such as focusing on specific files or avoiding certain suggestions.

    For best_practices, you can create a dedicated wiki page with a list of coding standards and guidelines. The AI model will reference this page to ensure the suggestions align with your organization's best practices.

    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 Example

    Create a best_practices.md in your repository's wiki with your coding standards. Then, enable it in your configuration:

    [best_practices]
    enable_global_best_practices = true

    These configurations will help in generating more relevant and customized code suggestions.

    Relevant Sources:

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    1 participant