Skip to content

repomate v0.2.0

Compare
Choose a tag to compare
@slarse slarse released this 20 Sep 07:03
· 789 commits to master since this release

Changelog

Features

  • 9b0c834 Add --plug and --no-plugins options to the CLI for specifying which plugins to use, or not to use plugins at all, respectively.
  • 683709b Add --traceback option to CLI for showing whole traceback on a crash.

Bugfixes

  • 2476e3c Fix pylint plugin return strings instead of HoookResults
  • 2476e3c Fix hook output formatter comparing statuses to strings instead of repomate_plug.Status enum.