What's Changed
- Adds a codespell linter by @colin99d in #1553
- Avoid merging import from statements with inline comments by @charliermarsh in #1562
- Avoid PEP 604 rewrites for runtime annotations by @charliermarsh in #1563
- Implement
flake8-pytest-style
by @edgarrmondragon in #1506 - Always check directly-passed-in files by @charliermarsh in #1564
- Remove common-path dependency by @charliermarsh in #1565
- Rename checks.rs to registry.rs by @charliermarsh in #1566
- Remove extend- from docstring configuration examples by @charliermarsh in #1571
- Avoid invalid trailing comma fixes for mock rewrites by @charliermarsh in #1570
- Automatically set baseline D codes based on convention by @charliermarsh in #1574
- Remove need for vendored format/cformat code by @olliemath in #1573
- Warn user when D203 and D211 are enabled by @charliermarsh in #1576
- Add
flake8-pie
plugin withprefer_list_builtin
by @charliermarsh in #1578 - Add scripts to generate plugin and check boilerplate by @charliermarsh in #1579
- Implement unnecessary-pass-statement by @charliermarsh in #1580
- Implement dupe-class-field-definitions by @charliermarsh in #1581
- Implement autofix for F541 by @harupy in #1577
- Add a link to GitHub from the playground by @charliermarsh in #1583
- Mark
FStringMissingPlaceholders
as fixable by @harupy in #1582 - Swap accent color for playground by @charliermarsh in #1584
- Prefer GitHub icon on mobile by @charliermarsh in #1585
- Implement and-false and or-true rules by @charliermarsh in #1586
Full Changelog: v0.0.207...v0.0.208