Skip to content

0.3.0

Choose a tag to compare

@jonathansick jonathansick released this 12 May 17:09
· 5 commits to main since this release
c7a1456
  • The output no longer includes trailing whitespace.
  • Drop py-pandoc as a default dependency. To get pandoc, you can install it with your system's package manager (such as homebrew or apt-get). Alternatively, you can directly install pre-commit-docx-plain using the [pandoc] extra to install pandoc through the py-pandoc PyPI package. However, we've found that py-pandoc cannot be installed reliably as a dependency of a pre-commit hook.