v4.3.0
What's Changed
- Refactor tests. in #114
- Remove pycodestyle, add black, add numerous pre-commit checks. in #115
- Add tests for multiline comments inside a tuple. in #118
- Support empty heredoc and fix catastrophic backtracking issue in #117
- Add feature to parse comments in function args and list elems. in #119
- Use Lark with its cache feature, instead of creating a standalone parser by @erezsh in #53
- Add
__begin_line__
and__end_line__
meta parameters. Migrate tests. in #120 - Update CHANGELOG.md in #121
New Contributors
Full Changelog: v4.2.0...v4.3.0