What's Changed
- Fix crash with almost empty docstrings by @DanielNoord in #152
- Fix adding whitespaces in
numpydoc
style to single line docstrings by @DanielNoord in #158 - Fixed toml parser ignoring style by @jspaezp in #156
- Fixed bug where empty summaries fail with index error by @jspaezp in #163
- Bugfix/emptyline no whitespace by @jspaezp in #161
- Added boolean optional argument support by @jspaezp in #166
- Add example formatters and a
compare_formatter
utility by @DanielNoord in #180 - Don't add a new line in one-line Numpy docstrings by @DanielNoord in #181
- Feature: two-pass formatting of the tokens by @jspaezp in #173
New Contributors
Full Changelog: v0.7.2...v0.7.3