🔼 Updates ruff to v0.12.5
This MR contains the following updates:
Package | Update | Change |
---|---|---|
ruff (source, changelog) | patch |
==0.12.4 -> ==0.12.5
|
Release Notes
astral-sh/ruff (ruff)
v0.12.5
Preview features
- [
flake8-use-pathlib
] Add autofix forPTH101
,PTH104
,PTH105
,PTH121
(#19404) - [
ruff
] Support byte strings (RUF055
) (#18926)
Bug fixes
- Fix
unreachable
panic in parser (#19183) - [
flake8-pyi
] Skip fix if allUnion
members areNone
(PYI016
) (#19416) - [
perflint
] Parenthesize generator expressions (PERF401
) (#19325) - [
pylint
] Handle empty comments after line continuation (PLR2044
) (#19405)
Rule changes
- [
pep8-naming
] FixN802
false positives forCGIHTTPRequestHandler
andSimpleHTTPRequestHandler
(#19432)
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.