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
What's Changed
Rules
flake8-bugbear
] Add more immutable functions forB008
by @rouge8 in [flake8-bugbear] Add more immutable functions forB008
astral-sh/ruff#3764flake8-bugbear
] Allowpathlib.Path()
inB008
by @rouge8 in [flake8-bugbear] Allowpathlib.Path()
inB008
astral-sh/ruff#3794flake8-bugbear
] Expand the scope of useless-expression (B018) by @charliermarsh in Expand the scope of useless-expression (B018) astral-sh/ruff#3455flake8-bugbear
]: Implement ruleB031
by @dhruvmanila in [flake8-bugbear
]: Implement ruleB031
astral-sh/ruff#3680flake8-gettext
] Implementflake8-gettext
by @leiserfg in Implementflake8-gettext
astral-sh/ruff#3785flake8-logging-format
] Add support for.log(level, msg)
calls inflake8-logging-format
by @dhruvmanila in Add support for.log(level, msg)
calls inflake8-logging-format
astral-sh/ruff#3726flake8-logging-format
] Allow aliasedlogging
module as a logger candidate by @dhruvmanila in Allow aliasedlogging
module as a logger candidate astral-sh/ruff#3718flake8-pyi
] Add autofix forPYI014
by @JonathanPlasse in [flake8-pyi
] Add autofix forPYI014
astral-sh/ruff#3729flake8-pyi
] ImplementPYI012
by @JBLDKY in [flake8-pyi
] ImplementPYI012
astral-sh/ruff#3743flake8-pyi
] ImplementPYI015
by @JonathanPlasse in [flake8-pyi
] ImplementPYI015
astral-sh/ruff#3728flake8-simplify
] Fix SIM222 and SIM223 false negative by @JonathanPlasse in Fix SIM222 and SIM223 false negative astral-sh/ruff#3740isort
]: support submodules in known_(first|third)_party config options by @astaric in [isort]: support submodules in known_(first|third)_party config options astral-sh/ruff#3768pycodestyle
] Use unicode-width to determine line-length instead of character count by @MichaReiser in Use unicode-width to determine line-length instead of character count astral-sh/ruff#3714pydocstyle
] Implement autofix forD403
by @JonathanPlasse in [pydocstyle
] Implement autofix forD403
astral-sh/ruff#3731pylint
] Avoiduseless-import alias
(C0414
) in.pyi
files by @charliermarsh in Avoiduseless-import alias
(C0414
) in.pyi
files astral-sh/ruff#3761pylint
] ExemptPLR1711
andRET501
if non-None
annotation by @JonathanPlasse in ExemptPLR1711
andRET501
if non-None
annotation astral-sh/ruff#3705tryceratops
] Exempt return with side effects for TRY300 by @JonathanPlasse in Exempt return with side effects for TRY300 astral-sh/ruff#3780Bug Fixes
ForwardRef
contents as type references by @charliermarsh in Avoid parsingForwardRef
contents as type references astral-sh/ruff#3698with
statements in complexity calculation by @charliermarsh in Includewith
statements in complexity calculation astral-sh/ruff#3771pep8-naming
import rules by @charliermarsh in Use import alias locations forpep8-naming
import rules astral-sh/ruff#3772TID252
to fix all valid module paths by @JonathanPlasse in AllowTID252
to fix all valid module paths astral-sh/ruff#3796wild::args()
and addwild
as a dependency by @agriyakhetarpal in Usewild::args()
and addwild
as a dependency astral-sh/ruff#3739New Contributors
wild::args()
and addwild
as a dependency astral-sh/ruff#3739flake8-pyi
] ImplementPYI012
astral-sh/ruff#3743Full Changelog: astral-sh/ruff@v0.0.259...v0.0.260