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
] Implement flake8-pyi's PYI026 by @LaBatata101 in [flake8-pyi
] Implement PYI026 astral-sh/ruff#5844flake8-pyi
] Implement flake8-pyi'sPYI017
by @qdegraaf in [flake8-pyi
] Implement PYI017 astral-sh/ruff#5895flake8-pyi
] Implement flake8-pyi'sPYI036
by @density in [flake8-pyi
] Implement PYI036 astral-sh/ruff#5668flake8-pyi
] Implement flake8-pyi'sPYI041
by @density in [flake8-pyi
] Implement PYI041 astral-sh/ruff#5722flake8-use-pathlib
] Implementos-path-getsize
andos-path-get(a|m|c)-time
(PTH202-205
) by @sbrugman in [flake8-use-pathlib
] Implementos-path-getsize
andos-path-get(a|m|c)-time
(PTH202-205
) astral-sh/ruff#5835flake8-use-pathlib
] Implementpath-constructor-default-argument
(PTH201
) by @sbrugman in [flake8-use-pathlib
] Implementpath-constructor-default-argument
(PTH201
) astral-sh/ruff#5833pandas-vet
] Implement constant series rule (PD101
) by @sbrugman in [pandas-vet
] series constant series astral-sh/ruff#5802pylint
] Implement Pylint'sconsider-using-in
(PLR1714
) by @tjkuson in Implement Pylintconsider-using-in
astral-sh/ruff#5193Rule changes
flake8-annotations
] Check forAny
in other types forANN401
by @dhruvmanila in Check forAny
in other types forANN401
astral-sh/ruff#5601flake8-bugbear
] Add autofix for B004 by @density in Add autofix for B004 astral-sh/ruff#5788flake8-bugbear
] RemoveB904
's lowercase exemption by @charliermarsh in RemoveB904
's lowercase exemption astral-sh/ruff#5751flake8-use-pathlib
] extend PTH118 withos.sep
by @sbrugman in [flake8-use-pathlib
] extend PTH118 withos.sep
astral-sh/ruff#5935pyupgrade
] Expand scope ofquoted-annotation
rule (UP037
) by @charliermarsh in Expand scope ofquoted-annotation
rule astral-sh/ruff#5766pyupgrade
] Extend PEP 604 rewrites to support some quoted annotations by @charliermarsh in Extend PEP 604 rewrites to support some quoted annotations astral-sh/ruff#5725ruff
] ExpandRUF015
to include all expression types by @charliermarsh in ExpandRUF015
to include all expression types astral-sh/ruff#5767Bug Fixes
Enum
-and-str
subclasses for slots enforcement by @charliermarsh in IgnoreEnum
-and-str
subclasses for slots enforcement astral-sh/ruff#5749sorted
with differing arguments by @density in Fix nested calls tosorted
with differing arguments astral-sh/ruff#5761incorrect-dict-iterator
by @charliermarsh in Use unused variable detection to powerincorrect-dict-iterator
astral-sh/ruff#5763lint_only
aware of the source kind by @dhruvmanila in Makelint_only
aware of the source kind astral-sh/ruff#5876redefined-while-unused
violations in classes by @charliermarsh in Restoreredefined-while-unused
violations in classes astral-sh/ruff#5926--add-noqa
by @dhruvmanila in Ignore Jupyter Notebooks for--add-noqa
astral-sh/ruff#5727EXE001
andEXE002
on WSL by @tjkuson in Avoid checkingEXE001
andEXE002
on WSL astral-sh/ruff#5735Expr::Call
branches by @charliermarsh in Move function visit out ofExpr::Call
branches astral-sh/ruff#5772SetComp
by @lkh42t in FormatSetComp
astral-sh/ruff#5774runtime-import-in-type-checking-block
(TCH004
) behind enabled flag by @charliermarsh in Gateruntime-import-in-type-checking-block
(TCH004
) behind enabled flag astral-sh/ruff#5789pandas-use-of-dot-read-table
rule to emit only whenread_table
is used on CSV data by @tjkuson in Changepandas-use-of-dot-read-table
rule to emit only whenread_table
is used on CSV data astral-sh/ruff#5807NamedTuple
calls containing both a list of fields and keywords by @harupy in Do not fixNamedTuple
calls containing both a list of fields and keywords astral-sh/ruff#5799noqa
warnings by @sobolevn in Add filename tonoqa
warnings astral-sh/ruff#5856respect_gitignore
when not in a git repo by @dhruvmanila in Allowrespect_gitignore
when not in a git repo astral-sh/ruff#5937New Contributors
Options
section of rule docs astral-sh/ruff#5741Pynecone
toReflex
astral-sh/ruff#5888flake8-pyi
] Implement PYI026 astral-sh/ruff#5844Full Changelog: astral-sh/ruff@v0.0.278...v0.0.279