What's Changed
- PyUpgrade: Turn errors into OSError by @colin99d in #1434
- Add dark mode variant for benchmark image by @charliermarsh in #1519
- Ignore property assignments in RET504 by @charliermarsh in #1520
- Avoid some false positives for ends-in-period checks by @charliermarsh in #1521
- Pyupgrade:
import mock
tofrom unittest import mock
by @colin99d in #1488 - Fix
Name
node range inNamedExpr
node by @harupy in #1526 - Simplify unused snapshot check by @harupy in #1525
- Do not Change Quotation Style for
SIM118
Autofix by @saadmk11 in #1529 - Add
visit_format_spec
to avoid false positives for F541 in f-string format specifier by @harupy in #1528 - Rewrite mock.mock attribute accesses by @charliermarsh in #1533
Full Changelog: v0.0.205...v0.0.206