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

chore(deps): update dependency ruff to v0.5.7 #37

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (source, changelog) 0.5.6 -> 0.5.7 age adoption passing confidence

Release Notes

astral-sh/ruff (ruff)

v0.5.7

Compare Source

Preview features
  • [flake8-comprehensions] Account for list and set comprehensions in unnecessary-literal-within-tuple-call (C409) (#​12657)
  • [flake8-pyi] Add autofix for future-annotations-in-stub (PYI044) (#​12676)
  • [flake8-return] Avoid syntax error when auto-fixing RET505 with mixed indentation (space and tabs) (#​12740)
  • [pydoclint] Add docstring-missing-yields (DOC402) and docstring-extraneous-yields (DOC403) (#​12538)
  • [pydoclint] Avoid DOC201 if docstring begins with "Return", "Returns", "Yield", or "Yields" (#​12675)
  • [pydoclint] Deduplicate collected exceptions after traversing function bodies (DOC501) (#​12642)
  • [pydoclint] Ignore DOC errors for stub functions (#​12651)
  • [pydoclint] Teach rules to understand reraised exceptions as being explicitly raised (DOC501, DOC502) (#​12639)
  • [ruff] Implement incorrectly-parenthesized-tuple-in-subscript (RUF031) (#​12480)
  • [ruff] Mark RUF023 fix as unsafe if __slots__ is not a set and the binding is used elsewhere (#​12692)
Rule changes
  • [refurb] Add autofix for implicit-cwd (FURB177) (#​12708)
  • [ruff] Add autofix for zip-instead-of-pairwise (RUF007) (#​12663)
  • [tryceratops] Add BaseException to raise-vanilla-class rule (TRY002) (#​12620)
Server
  • Ignore non-file workspace URL; Ruff will display a warning notification in this case (#​12725)
CLI
  • Fix cache invalidation for nested pyproject.toml files (#​12727)
Bug fixes
  • [flake8-async] Fix false positives with multiple async with items (ASYNC100) (#​12643)
  • [flake8-bandit] Avoid false-positives for list concatenations in SQL construction (S608) (#​12720)
  • [flake8-bugbear] Treat return as equivalent to break (B909) (#​12646)
  • [flake8-comprehensions] Set comprehensions not a violation for sum in unnecessary-comprehension-in-call (C419) (#​12691)
  • [flake8-simplify] Parenthesize conditions based on precedence when merging if arms (SIM114) (#​12737)
  • [pydoclint] Try both 'Raises' section styles when convention is unspecified (DOC501) (#​12649)

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.

Copy link

codecov bot commented Jul 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.60%. Comparing base (ae7b947) to head (a8c75c3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #37   +/-   ##
=======================================
  Coverage   84.60%   84.60%           
=======================================
  Files          28       28           
  Lines        2371     2371           
=======================================
  Hits         2006     2006           
  Misses        365      365           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.4 chore(deps): update dependency ruff to v0.5.4 - autoclosed Jul 21, 2024
@renovate renovate bot closed this Jul 21, 2024
@renovate renovate bot deleted the renovate/ruff-0.x-lockfile branch July 21, 2024 08:08
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.4 - autoclosed chore(deps): update dependency ruff to v0.5.4 Jul 25, 2024
@renovate renovate bot reopened this Jul 25, 2024
@renovate renovate bot restored the renovate/ruff-0.x-lockfile branch July 25, 2024 15:17
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch from 30a8a68 to 9b442ea Compare July 25, 2024 19:11
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.4 chore(deps): update dependency ruff to v0.5.5 Jul 25, 2024
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch from 9b442ea to 8955f63 Compare August 2, 2024 16:26
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.5 chore(deps): update dependency ruff to v0.5.6 Aug 2, 2024
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.6 chore(deps): update dependency ruff to v0.5.6 - autoclosed Aug 8, 2024
@renovate renovate bot closed this Aug 8, 2024
@renovate renovate bot deleted the renovate/ruff-0.x-lockfile branch August 8, 2024 04:45
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.6 - autoclosed chore(deps): update dependency ruff to v0.5.6 Aug 8, 2024
@renovate renovate bot reopened this Aug 8, 2024
@renovate renovate bot restored the renovate/ruff-0.x-lockfile branch August 8, 2024 18:03
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch from 8955f63 to d59e61a Compare August 8, 2024 18:05
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.5.6 chore(deps): update dependency ruff to v0.5.7 Aug 8, 2024
@pull-request-size pull-request-size bot added size/XS and removed size/S labels Aug 8, 2024
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch 2 times, most recently from 68e5eac to 2da880e Compare August 9, 2024 14:16
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch from 2da880e to a8c75c3 Compare August 9, 2024 14:36
@Anselmoo Anselmoo merged commit 6c12c88 into main Aug 9, 2024
6 checks passed
@Anselmoo Anselmoo deleted the renovate/ruff-0.x-lockfile branch August 9, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant