Update dependency ruff to v0.0.270 #183
Merged
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.0.269
->==0.0.270
Release Notes
charliermarsh/ruff
v0.0.270
Compare Source
What's Changed
Rules
flake8-bandit
] Implementparamiko-call
(S601
) by @scop in https://github.com/charliermarsh/ruff/pull/4500flake8-pyi
] Add autofix for PYI009 by @qdegraaf in https://github.com/charliermarsh/ruff/pull/4583flake8-pyi
] ImplementPYI013
by @density in https://github.com/charliermarsh/ruff/pull/4517pylint
] Addduplicate-value
(W0130
) by @hoel-bagard in https://github.com/charliermarsh/ruff/pull/4515pylint
] Addnamed_expr_without_context
(W0131
) by @hoel-bagard in https://github.com/charliermarsh/ruff/pull/4531ruff
] ExtendRUF005
to recursive and literal-literal concatenations by @hoel-bagard in https://github.com/charliermarsh/ruff/pull/4557ruff
] Make ambiguous-unicode detection sensitive to 'word' context by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4552ruff
] Name ambiguous characters by @covracer in https://github.com/charliermarsh/ruff/pull/4448Settings
--extend-fixable
option by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4297extend-per-file-ignores
setting by @aacunningham in https://github.com/charliermarsh/ruff/pull/4265Bug Fixes
# isort: split
comment detection in nested blocks by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4584__qualname__
,__module__
, and__class__
by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4512#region
code folding marks in eradicate rules by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4546tab-size
to correcly calculate the line length with tabulations by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/4167TypeVar
andNewType
name arguments by @charliermarsh in https://github.com/charliermarsh/ruff/pull/4627Message
sorting performance by @MichaReiser in https://github.com/charliermarsh/ruff/pull/4624New Contributors
Full Changelog: astral-sh/ruff@v0.0.269...v0.0.270
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.