⬆️ Update dependency ruff to ^0.0.261 #79
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.260
->^0.0.261
Release Notes
charliermarsh/ruff
v0.0.261
Compare Source
What's Changed
Rules
flake8-simplify
] Ignorecollapsible-if
violations forif False:
andif True:
by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3732flake8-pie
] Extendunncessary-generator-any-all
to set comprehensions by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3824flake8-simplify
] Implementdict-get-with-none-default
(SIM910
) by @kyoto7250 in https://github.com/charliermarsh/ruff/pull/3874flake8-annotations
] Additional simple magic return types by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/3805flake8-pyi
]: fix PYI015 false positive on assignment of TypeVar & friends by @bluetech in https://github.com/charliermarsh/ruff/pull/3861Bug Fixes
encode
calls by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3802inplace
removal by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3804Name
expressions induplicate-isinstance-call
by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3817unnecessary-comprehension-any-all
for async generators by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3823is_module_name()
and improve perf ofis_identifier()
by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3795B031
by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/3844logging
module only by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/3878Core
ImportMap
from module path to imported dependencies by @chanman3388 in https://github.com/charliermarsh/ruff/pull/3243Docs
ruff-action
(GitHub Action!) by @brucearctor in https://github.com/charliermarsh/ruff/pull/3857New Contributors
Full Changelog: astral-sh/ruff@v0.0.260...v0.0.261
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 has been generated by Mend Renovate. View repository job log here.