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-pie
] Fix PIE802 broken auto-fix with trailing comma by @JonathanPlasse in Fix PIE802 broken auto-fix with trailing comma astral-sh/ruff#3402flake8-pie
] Implement autofix for PIE810 by @kyoto7250 in Autofix PIE810 rule violations astral-sh/ruff#3411flake8-bugbear
] Addflake8-bugbear
's B030 rule by @aacunningham in [flake8-bugbear
] Addflake8-bugbear
's B030 rule astral-sh/ruff#3400pycodestyle
] Add E231 by @carlosmiei in feat(e231): add rule + autofix astral-sh/ruff#3344pyupgrade
] Flag deprecated (but renamed) imports in UP035 by @charliermarsh in Flag deprecated (but renamed) imports in UP035 astral-sh/ruff#3448pyupgrade
] Remap ChainMap, Counter, and OrderedDict imports to collections by @charliermarsh in Remap ChainMap, Counter, and OrderedDict imports to collections astral-sh/ruff#3392pylint
] C1901: compare-to-empty-string by @AreamanM in [pylint
] C1901: compare-to-empty-string astral-sh/ruff#3405pylint
] Implement W1508 invalid-envvar-default by @latonis in pylint: W1508 invalid-envvar-default astral-sh/ruff#3449pylint
] Implement E1507 invalid-envvar-value by @latonis in pylint: E1507 invalid-envvar-value astral-sh/ruff#3467Settings
target-version
from project metadata by @JonathanPlasse in Infer target-version from project metadata astral-sh/ruff#3470runtime-evaluated-decorators
andruntime-evaluated-base-classes
forflake8-type-checking
by @sasanjac in Implement configuration optionsruntime-evaluated-decorators
andruntime-evaluated-baseclasses
forflake8-type-checking
astral-sh/ruff#3292--format
option. by @StefanBRas in Add Azure Devops as a-format
option. astral-sh/ruff#3335Bug Fixes
Bool
/Float
/Complex
numbers as simple defaults by @XuehaiPan in [FIX] PYI011: recognizeBool
/Float
/Complex
numbers as simple defaults astral-sh/ruff#3459extend
points at a non-existent ruff.toml file. by @DanCardin in fix: Emit a more useful error if anextend
points at a non-existent ruff.toml file. astral-sh/ruff#3417--show-fixes
with--fix-only
by @charliermarsh in Respect--show-fixes
with--fix-only
astral-sh/ruff#3426OSError
-aliased handlers by @charliermarsh in Avoid removing un-aliased exceptions inOSError
-aliased handlers astral-sh/ruff#3451CI_PROJECT_DIR
by @charliermarsh in Output GitLab paths relative toCI_PROJECT_DIR
astral-sh/ruff#3475New Contributors
runtime-evaluated-decorators
andruntime-evaluated-baseclasses
forflake8-type-checking
astral-sh/ruff#3292extend
points at a non-existent ruff.toml file. astral-sh/ruff#3417pylint
] C1901: compare-to-empty-string astral-sh/ruff#3405Bool
/Float
/Complex
numbers as simple defaults astral-sh/ruff#3459Full Changelog: astral-sh/ruff@v0.0.254...v0.0.255