What's Changed
- Update hook id in README and in .pre-commit-config.yaml by @tgross35 in #492
- Move invalid_escape_sequence into pycodestyle by @charliermarsh in #494
- Implement the
flake8-quotes
plugin by @charliermarsh in #495 - Enable prefix-based check code selection by @charliermarsh in #493
- Move around and rename some of the Settings structs by @charliermarsh in #496
- Add tests for resolve_codes by @charliermarsh in #498
- Fix “not a char boundary” error with Unicode in extract_quote by @andersk in #497
New Contributors
Full Changelog: v0.0.86...v0.0.87