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 install-pinned/pyupgrade digest to 48733cc #71

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

This PR contains the following updates:

Package Type Update Change
install-pinned/pyupgrade action digest 423622e -> 48733cc

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@viezly
Copy link

viezly bot commented Jan 23, 2023

Pull request by bot. No need to analyze

@performance-testing-bot
Copy link

Unable to locate .performanceTestingBot config file

@difflens
Copy link

difflens bot commented Jan 23, 2023

View changes in DiffLens

@guide-bot
Copy link

guide-bot bot commented Jan 23, 2023

Thanks for opening this Pull Request!
We need you to:

  1. Fill out the description.

    Action: Edit description and replace <!- ... --> with actual values.

  2. Complete the activities.

    Action: Complete If you want to rebase/retry this PR, check this box

    If an activity is not applicable, use '~activity description~' to mark it not applicable.

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to 9480ab3 Update install-pinned/pyupgrade digest to af7d65f Feb 5, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from abdfbea to 8ed5fa1 Compare February 5, 2023 13:37
@difflens
Copy link

difflens bot commented Feb 5, 2023

View changes in DiffLens

3 similar comments
@difflens
Copy link

difflens bot commented Feb 5, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Feb 5, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Jun 19, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to af7d65f Update install-pinned/pyupgrade digest to db06e93 Nov 9, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 8ed5fa1 to 7d4d941 Compare November 9, 2023 18:26
Copy link

difflens bot commented Nov 9, 2023

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Nov 9, 2023

View changes in DiffLens

Copy link

difflens bot commented Nov 9, 2023

View changes in DiffLens

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 1

Change summary by file extension:
.yml : +1 -1

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

1 similar comment

This PR has 2 quantified lines of changes. In general, a change size of upto 200 lines is ideal for the best PR experience!


Quantification details

Label      : Extra Small
Size       : +1 -1
Percentile : 0.8%

Total files changed: 1

Change summary by file extension:
.yml : +1 -1

Change counts above are quantified counts, based on the PullRequestQuantifier customizations.

Why proper sizing of changes matters

Optimal pull request sizes drive a better predictable PR flow as they strike a
balance between between PR complexity and PR review overhead. PRs within the
optimal size (typical small, or medium sized PRs) mean:

  • Fast and predictable releases to production:
    • Optimal size changes are more likely to be reviewed faster with fewer
      iterations.
    • Similarity in low PR complexity drives similar review times.
  • Review quality is likely higher as complexity is lower:
    • Bugs are more likely to be detected.
    • Code inconsistencies are more likely to be detected.
  • Knowledge sharing is improved within the participants:
    • Small portions can be assimilated better.
  • Better engineering practices are exercised:
    • Solving big problems by dividing them in well contained, smaller problems.
    • Exercising separation of concerns within the code changes.

What can I do to optimize my changes

  • Use the PullRequestQuantifier to quantify your PR accurately
    • Create a context profile for your repo using the context generator
    • Exclude files that are not necessary to be reviewed or do not increase the review complexity. Example: Autogenerated code, docs, project IDE setting files, binaries, etc. Check out the Excluded section from your prquantifier.yaml context profile.
    • Understand your typical change complexity, drive towards the desired complexity by adjusting the label mapping in your prquantifier.yaml context profile.
    • Only use the labels that matter to you, see context specification to customize your prquantifier.yaml context profile.
  • Change your engineering behaviors
    • For PRs that fall outside of the desired spectrum, review the details and check if:
      • Your PR could be split in smaller, self-contained PRs instead
      • Your PR only solves one particular issue. (For example, don't refactor and code new features in the same PR).

How to interpret the change counts in git diff output

  • One line was added: +1 -0
  • One line was deleted: +0 -1
  • One line was modified: +1 -1 (git diff doesn't know about modified, it will
    interpret that line like one addition plus one deletion)
  • Change percentiles: Change characteristics (addition, deletion, modification)
    of this PR in relation to all other PRs within the repository.


Was this comment helpful? 👍  :ok_hand:  :thumbsdown: (Email)
Customize PullRequestQuantifier for this repository.

Copy link

difflens bot commented Nov 13, 2023

View changes in DiffLens

Copy link

aviator-app bot commented Dec 3, 2023

Current Aviator status

Aviator will automatically update this comment as the status of the PR changes.
Comment /aviator refresh to force Aviator to re-examine your PR (or learn about other /aviator commands).

This pull request is currently open (not queued).

How to merge

To merge this PR, comment /aviator merge or add the mergequeue label.


See the real-time status of this PR on the Aviator webapp.
Use the Aviator Chrome Extension to see the status of your PR within GitHub.

Copy link

difflens bot commented Dec 3, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to db06e93 Update install-pinned/pyupgrade digest to 2ef0e31 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 7d4d941 to e81fd76 Compare April 19, 2024 19:10
Copy link

difflens bot commented Apr 19, 2024

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Apr 19, 2024

View changes in DiffLens

Copy link

coderabbitai bot commented Apr 19, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to 2ef0e31 Update install-pinned/pyupgrade digest to efde3dc Jun 9, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from e81fd76 to 46e95b1 Compare June 9, 2024 07:19
Copy link

difflens bot commented Jun 9, 2024

View changes in DiffLens

2 similar comments
Copy link

difflens bot commented Jun 9, 2024

View changes in DiffLens

Copy link

difflens bot commented Jul 22, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to efde3dc Update install-pinned/pyupgrade digest to e2623c6 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 46e95b1 to 0f7e5a7 Compare July 29, 2024 06:07
Copy link

difflens bot commented Jul 29, 2024

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Jul 29, 2024

View changes in DiffLens

@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 0f7e5a7 to 8c01832 Compare August 5, 2024 07:32
@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to e2623c6 Update install-pinned/pyupgrade digest to 25433bd Aug 5, 2024
Copy link

difflens bot commented Aug 5, 2024

View changes in DiffLens

2 similar comments
Copy link

difflens bot commented Aug 5, 2024

View changes in DiffLens

Copy link

difflens bot commented Aug 28, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to 25433bd Update install-pinned/pyupgrade digest to f285a0e Dec 11, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 8c01832 to 1f7a70f Compare December 11, 2024 00:31
Copy link

difflens bot commented Dec 11, 2024

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Dec 11, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to f285a0e Update install-pinned/pyupgrade digest to 180e798 Dec 17, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from 1f7a70f to cd06703 Compare December 17, 2024 05:26
Copy link

difflens bot commented Dec 17, 2024

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Dec 17, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/pyupgrade digest to 180e798 Update install-pinned/pyupgrade digest to 48733cc Dec 30, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-pyupgrade-digest branch from cd06703 to 07cd220 Compare December 30, 2024 13:21
Copy link

difflens bot commented Dec 30, 2024

View changes in DiffLens

1 similar comment
Copy link

difflens bot commented Dec 30, 2024

View changes in DiffLens

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.

0 participants