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-pyi
] ImplementPYI002
,PYI003
,PYI004
,PYI005
by @density in [flake8-pyi
] Implement PYI002, PYI003, PYI004, PYI005 astral-sh/ruff#5457numpy
] Implementnumpy-deprecated-function
(NPY003
) by @charliermarsh in [numpy
] Addnumpy-deprecated-function
(NPY003) astral-sh/ruff#5468perflint
] Implementunnecessary-list-cast
(PERF101
) by @qdegraaf in [perflint
] AddPERF101
with autofix astral-sh/ruff#5121perflint
] Implementtry-except-in-loop
(PERF203
) by @evanrittenhouse in [perflint
] Implementtry-except-in-loop
(PERF203
) astral-sh/ruff#5166perflint
] Implementmanual-list-comprehension
(PERF401
) andmanual-list-copy
(PERF402
) rules by @qdegraaf in [perflint
] AddPERF401
andPERF402
rules astral-sh/ruff#5298pylint
] Implement Pylintsingle-string-used-for-slots
(C0205
) assingle-string-slots
(PLC0205
) by @tjkuson in Implement Pylintsingle-string-used-for-slots
(C0205
) assingle-string-slots
(PLC0205
) astral-sh/ruff#5399Jupyter
--show-source
) by @dhruvmanila in Consider Jupyter index for code frames (--show-source
) astral-sh/ruff#5402--show-source
) (#5402) by @dhruvmanila in fixup! Consider Jupyter index for code frames (--show-source
) (#5402) astral-sh/ruff#5414Settings
pyupgrade
] Restore thekeep-runtime-typing
setting by @charliermarsh in [pyupgrade
] Restore thekeep-runtime-typing
setting astral-sh/ruff#5470PythonVersion::Py312
by @charliermarsh in AddPythonVersion::Py312
astral-sh/ruff#5316Bug Fixes
pydantic.BaseSettings
inmutable-class-default
by @charliermarsh in Supportpydantic.BaseSettings
inmutable-class-default
astral-sh/ruff#5312__slots__
assignments inmutable-class-default
by @charliermarsh in Allow__slots__
assignments inmutable-class-default
astral-sh/ruff#5314iteration-over-set
by @charliermarsh in Ignore unpacking initeration-over-set
astral-sh/ruff#5392unnecessary-encode-utf8
to fixencode
on parenthesized strings correctly by @harupy in Fixunnecessary-encode-utf8
to fixencode
on parenthesized strings correctly astral-sh/ruff#5478Final
assignments in stubs by @charliermarsh in AllowFinal
assignments in stubs astral-sh/ruff#5490abc
decorators when classifying function types by @charliermarsh in Respectabc
decorators when classifying function types astral-sh/ruff#5315@Author
format for "Missing Author" rule inflake8-todos
by @mayrholu in Allow@Author
format for "Missing Author" rule inflake8-todos
astral-sh/ruff#4903invalid-escape-sequence
rule by @charliermarsh in Update theinvalid-escape-sequence
rule astral-sh/ruff#5359flake8-django
] Skip duplicate violations inDJ012
by @charliermarsh in [flake8-django
] Skip duplicate violations inDJ012
astral-sh/ruff#5469New Contributors
@Author
format for "Missing Author" rule inflake8-todos
astral-sh/ruff#4903Full Changelog: astral-sh/ruff@v0.0.275...v0.0.276