Update dependency ruff to v0.9.10 #191
Merged
+19
−19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.9.9
->0.9.10
Release Notes
astral-sh/ruff (ruff)
v0.9.10
Compare Source
Preview features
ruff
] Add new ruleRUF059
: 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 inreturn
andyield
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
flake8-simplify
] Exempt unittest context methods forSIM115
rule (#16439)pyupgrade
] Do not offer fix when at least one target isglobal
/nonlocal
(UP028
) (#16451)flake8-builtins
] Ignore variables matching module attribute names (A001
) (#16454)pylint
] Convertcode
keyword argument to a positional argument in fix for (PLR1722
) (#16424)CLI
description
tocheck_name
in GitLab output serializer (#16437)Documentation
pydocstyle
] Clarify thatD417
only checks docstrings with an arguments section (#16494)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.