What's Changed
Rules
- [
ruff
] Preferitertools.pairwise()
overzip()
for successive pairs (RUF007
) by @evanrittenhouse in #3501 - [
flake8-bugbear
] Addno-explicit-stacklevel
(B028
) by @johnor in #3550 - [
pylint
] invalid-characters-* by @r3m0t in #3552 - [
pylint
] Implementuseless-return
(R1711
) by @tomecki in #3116 - [
pylint
]: Implementcontinue-in-finally
(E0116
) by @latonis in #3541
Bug Fixes
- Rewrite mock import with starred imports by @charliermarsh in #3566
- Respect
type
overrides in E721 by @charliermarsh in #3582 - Use
value > max
style in pylint and mccabe messages by @edgarrmondragon in #3553 - Fix autofix conflict between
D209
andD400
by @JonathanPlasse in #3564 - Avoid C1901 violations within subscripts by @charliermarsh in #3517
- Avoid adding dashed line outside of docstring by @charliermarsh in #3581
- Enable ANSI colors on Windows 10 by @charliermarsh in #3583
New Contributors
Full Changelog: v0.0.256...v0.0.257