What's Changed
- Implement list-to-tuple comprehension unpacking by @colin99d in #1534
- Avoid triggering PD errors on method calls by @charliermarsh in #1537
- Avoid PD false positives on some non-DataFrame expressions by @charliermarsh in #1538
- Correct UP027 message to “generator expression” by @andersk in #1540
- Add flake8-simplify SIM300 check for Yoda Conditions by @PedramNavid in #1539
- Print warning when running debug builds without --no-cache by @not-my-profile in #1549
- Fix typing::match_annotated_subscript matching ExprKind::Call by @not-my-profile in #1554
- Add clarification by @VictorGob in #1557
- Add explicit new-rule recommendation in CONTRIBUTING.md by @charliermarsh in #1558
- Detect unpacking assignments in eradicate by @charliermarsh in #1559
- Fix
__init__.py
being private by @not-my-profile in #1556
New Contributors
- @PedramNavid made their first contribution in #1539
- @VictorGob made their first contribution in #1557
Full Changelog: v0.0.206...v0.0.207