⬆️ Update dependency ruff to v0.0.259 #969
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.257
->0.0.259
Release Notes
charliermarsh/ruff
v0.0.259
Compare Source
Summary
Follow-up release to
v0.0.258
to fix an issue related to rule resolution viaselect
andignore
.What's Changed
Bug Fixes
missing_whitespace
by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3688Full Changelog: astral-sh/ruff@v0.0.258...v0.0.259
v0.0.258
Compare Source
What's Changed
Rules
flake8-comprehensions
] UpdateC416
with dict comprehension (autofixable) by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/3605pylint
]: Implementassert-on-string-literal
(W0129
) by @latonis in https://github.com/charliermarsh/ruff/pull/3610pyupgrade
] Convert single-argument %-style format calls by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3600pyupgrade
] Flag PEP 585 and PEP 604 violations in quoted annotations by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3593pyupgrade
] Enable autofix for annotations within 'simple' string literals by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3657pyflakes
] Add autofix functionality forF523
(#3613) by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3613flake8-bandit
]: Implement deny-list rules for suspicious member calls by @colin99d in https://github.com/charliermarsh/ruff/pull/3239flake8-annotations
] Add autofix forANN204
with magic methods by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3633pylint
] Implementbinary-op-exception
(PLW0711
) by @latonis in https://github.com/charliermarsh/ruff/pull/3639flake8-django
]: Implement rule DJ012 by @dhruvmanila in https://github.com/charliermarsh/ruff/pull/3659Bug Fixes
pyproject.toml
files by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3588D207
&W605
by @vlindhol in https://github.com/charliermarsh/ruff/pull/3609UP032
autofix with adjacent keywords by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3636RUF007
fixes for more than two arguments by @JonathanPlasse in https://github.com/charliermarsh/ruff/pull/3654pairwise
diagnostics forzip(..., strict=True)
by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3669force-sort-within-sections
andforce-to-top
by @bluetech in https://github.com/charliermarsh/ruff/pull/3645open
fix with re-bound builtin by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3650F401
) inModuleNotFoundError
blocks by @charliermarsh in https://github.com/charliermarsh/ruff/pull/3658New Contributors
Full Changelog: astral-sh/ruff@v0.0.257...v0.0.258
Configuration
📅 Schedule: Branch creation - "before 2am" (UTC), 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.