Skip to content

Update install-pinned/autoflake digest to 69dc161#69

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/install-pinned-autoflake-digest
Open

Update install-pinned/autoflake digest to 69dc161#69
renovate[bot] wants to merge 1 commit intomainfrom
renovate/install-pinned-autoflake-digest

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2023

This PR contains the following updates:

Package Type Update Change
install-pinned/autoflake action digest 1a2484569dc161

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

@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.

@difflens
Copy link

difflens bot commented Jan 23, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to a89f503 Update install-pinned/autoflake digest to 19ecc14 Jan 31, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 2a6cd75 to 851e9dc Compare January 31, 2023 21:17
@difflens
Copy link

difflens bot commented Jan 31, 2023

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Jan 31, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Jan 31, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to 19ecc14 Update install-pinned/autoflake digest to c8c6d32 Feb 5, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 851e9dc to c49856d Compare February 5, 2023 13:36
@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 Feb 5, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to c8c6d32 Update install-pinned/autoflake digest to 80957f0 Mar 11, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from c49856d to 17f44d8 Compare March 11, 2023 17:52
@difflens
Copy link

difflens bot commented Mar 11, 2023

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Mar 11, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Mar 11, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to 80957f0 Update install-pinned/autoflake digest to f2b742a Apr 17, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 17f44d8 to f562cd6 Compare April 17, 2023 10:25
@difflens
Copy link

difflens bot commented Apr 17, 2023

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Apr 17, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Apr 17, 2023

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to f2b742a Update install-pinned/autoflake digest to 46b4898 May 28, 2023
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from f562cd6 to 9867939 Compare May 28, 2023 12:07
@difflens
Copy link

difflens bot commented May 28, 2023

View changes in DiffLens

@difflens
Copy link

difflens bot commented Jan 5, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to d28ad66 Update install-pinned/autoflake digest to 4ec2152 Feb 19, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 832284b to cff091a Compare February 19, 2024 06:54
@pull-request-quantifier-deprecated

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.

@difflens
Copy link

difflens bot commented Feb 19, 2024

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Feb 19, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to 4ec2152 Update install-pinned/autoflake digest to eefdf26 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from cff091a to 563caaa Compare March 13, 2024 06:12
@pull-request-quantifier-deprecated

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.

@difflens
Copy link

difflens bot commented Mar 13, 2024

View changes in DiffLens

3 similar comments
@difflens
Copy link

difflens bot commented Mar 13, 2024

View changes in DiffLens

@difflens
Copy link

difflens bot commented Jul 22, 2024

View changes in DiffLens

@difflens
Copy link

difflens bot commented Aug 28, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to eefdf26 Update install-pinned/autoflake digest to 7b5d4a1 Dec 11, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 563caaa to 1ca27f3 Compare December 11, 2024 00:31
@difflens
Copy link

difflens bot commented Dec 11, 2024

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Dec 11, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to 7b5d4a1 Update install-pinned/autoflake digest to e461875 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from 1ca27f3 to ea836ac Compare December 12, 2024 17:44
@difflens
Copy link

difflens bot commented Dec 12, 2024

View changes in DiffLens

1 similar comment
@difflens
Copy link

difflens bot commented Dec 12, 2024

View changes in DiffLens

@renovate renovate bot changed the title Update install-pinned/autoflake digest to e461875 Update install-pinned/autoflake digest to 69dc161 Dec 30, 2024
@renovate renovate bot force-pushed the renovate/install-pinned-autoflake-digest branch from ea836ac to 22adcd5 Compare December 30, 2024 13:21
@difflens
Copy link

difflens bot commented Dec 30, 2024

View changes in DiffLens

5 similar comments
@difflens
Copy link

difflens bot commented Dec 30, 2024

View changes in DiffLens

@difflens
Copy link

difflens bot commented Sep 16, 2025

View changes in DiffLens

@difflens
Copy link

difflens bot commented Sep 30, 2025

View changes in DiffLens

@difflens
Copy link

difflens bot commented Oct 7, 2025

View changes in DiffLens

@difflens
Copy link

difflens bot commented Dec 30, 2025

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