Skip to content

CI(deps): Update ruff to v0.9.10 - #5327

Merged
echoix merged 2 commits into
mainfrom
renovate/ruff
Mar 8, 2025
Merged

CI(deps): Update ruff to v0.9.10#5327
echoix merged 2 commits into
mainfrom
renovate/ruff

Conversation

@renovate

@renovate renovate Bot commented Mar 7, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository patch v0.9.9 -> v0.9.10 age adoption passing confidence
ruff (source, changelog) patch 0.9.9 -> 0.9.10 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.9.10

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.9.10

astral-sh/ruff (ruff)

v0.9.10

Compare Source

Preview features
  • [ruff] Add new rule RUF059: Unused unpacked assignment (#​16449)
  • [syntax-errors] Detect assignment expressions before Python 3.8 (#​16383)
  • [syntax-errors] Named expressions in decorators before Python 3.9 (#​16386)
  • [syntax-errors] Parenthesized keyword argument names after Python 3.8 (#​16482)
  • [syntax-errors] Positional-only parameters before Python 3.8 (#​16481)
  • [syntax-errors] Tuple unpacking in return and yield before Python 3.8 (#​16485)
  • [syntax-errors] Type parameter defaults before Python 3.13 (#​16447)
  • [syntax-errors] Type parameter lists before Python 3.12 (#​16479)
  • [syntax-errors] except* before Python 3.11 (#​16446)
  • [syntax-errors] type statements before Python 3.12 (#​16478)
Bug fixes
  • Escape template filenames in glob patterns in configuration (#​16407)
  • [flake8-simplify] Exempt unittest context methods for SIM115 rule (#​16439)
  • Formatter: Fix syntax error location in notebooks (#​16499)
  • [pyupgrade] Do not offer fix when at least one target is global/nonlocal (UP028) (#​16451)
  • [flake8-builtins] Ignore variables matching module attribute names (A001) (#​16454)
  • [pylint] Convert code keyword argument to a positional argument in fix for (PLR1722) (#​16424)
CLI
  • Move rule code from description to check_name in GitLab output serializer (#​16437)
Documentation
  • [pydocstyle] Clarify that D417 only checks docstrings with an arguments section (#​16494)

Configuration

📅 Schedule: Branch creation - "* * * * 0,6" (UTC), 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 these updates again.


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

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

@github-actions github-actions Bot added the CI Continuous integration label Mar 7, 2025
@renovate

renovate Bot commented Mar 8, 2025

Copy link
Copy Markdown
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@echoix
echoix enabled auto-merge (squash) March 8, 2025 16:13
@github-actions github-actions Bot added the Python Related code is in Python label Mar 8, 2025
@echoix
echoix merged commit 64bff6a into main Mar 8, 2025
@github-actions github-actions Bot added this to the 8.5.0 milestone Mar 8, 2025
@echoix
echoix deleted the renovate/ruff branch March 8, 2025 18:40
@arohanajit

arohanajit commented Mar 12, 2025

Copy link
Copy Markdown
Contributor

Does ruff needs to be updated post this PR? As it stands, ruff check is generating this error:

ruff failed
  Cause: Failed to parse /grass/pyproject.toml
  Cause: TOML parse error at line 236, column 5
    |
236 |     "RUF059",  # unused-unpacked-variable
    |     ^^^^^^^^
Unknown rule selector: `RUF059`

@echoix

echoix commented Mar 12, 2025

Copy link
Copy Markdown
Member

Yes

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

Labels

CI Continuous integration Python Related code is in Python

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants