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.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
flake8-bandit
] Implementparamiko-call
(S601
) by @scop in [flake8-bandit
] Implementparamiko-call
(S601
) astral-sh/ruff#4500flake8-pyi
] Add autofix for PYI009 by @qdegraaf in Add autofix for PYI009 astral-sh/ruff#4583flake8-pyi
] ImplementPYI013
by @density in [flake8-pyi
] ImplementPYI013
astral-sh/ruff#4517pylint
] Addduplicate-value
(W0130
) by @hoel-bagard in [pylint
] Addduplicate-value
(W0130
) astral-sh/ruff#4515pylint
] Addnamed_expr_without_context
(W0131
) by @hoel-bagard in [pylint
] Addnamed_expr_without_context
(W0131
) astral-sh/ruff#4531ruff
] ExtendRUF005
to recursive and literal-literal concatenations by @hoel-bagard in ExtendRUF005
to recursive and literal-literal concatenations astral-sh/ruff#4557ruff
] Make ambiguous-unicode detection sensitive to 'word' context by @charliermarsh in Make ambiguous-unicode detection sensitive to 'word' context astral-sh/ruff#4552ruff
] Name ambiguous characters by @covracer in Name ambiguous characters astral-sh/ruff#4448Settings
--extend-fixable
option by @charliermarsh in Implement--extend-fixable
option astral-sh/ruff#4297extend-per-file-ignores
setting by @aacunningham in Support newextend-per-file-ignores
setting astral-sh/ruff#4265Bug Fixes
# isort: split
comment detection in nested blocks by @charliermarsh in Fix# isort: split
comment detection in nested blocks astral-sh/ruff#4584__qualname__
,__module__
, and__class__
by @charliermarsh in Improve handling of__qualname__
,__module__
, and__class__
astral-sh/ruff#4512#region
code folding marks in eradicate rules by @charliermarsh in Ignore#region
code folding marks in eradicate rules astral-sh/ruff#4546tab-size
to correcly calculate the line length with tabulations by @JonathanPlasse in Introducetab-size
to correcly calculate the line length with tabulations astral-sh/ruff#4167TypeVar
andNewType
name arguments by @charliermarsh in VisitTypeVar
andNewType
name arguments astral-sh/ruff#4627Message
sorting performance by @MichaReiser in ImproveMessage
sorting performance astral-sh/ruff#4624New Contributors
flake8-pyi
] ImplementPYI013
astral-sh/ruff#4517Full Changelog: astral-sh/ruff@v0.0.269...v0.0.270