Skip to content

Releases: jsickcodes/pre-commit-docx-plain

0.4.0

19 May 19:12
3312501

Choose a tag to compare

This release supports multiple file path arguments, which is required for pre-commit. This now adds compatibility for running in repositories with multiple docx files.

0.3.0

12 May 17:09
c7a1456

Choose a tag to compare

  • 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.

0.2.0

23 Mar 17:33
d28c8ea

Choose a tag to compare

New configuration options from the command line:

  • --suffix option allows you to customize the suffix of the plain text mirror.
  • --header option allows you to add header content to the plain text mirror file.

0.1.0

18 Mar 18:15
2dc7f72

Choose a tag to compare

The initial release of pre-commit-docx-plain!