Changelog
Features
* 9b0c834735dcad982b3a3d19dd5edb56ac6de215 Add `--plug` and `--no-plugins` options to the CLI for specifying which plugins to use, or not to use plugins at all, respectively.
* 683709b85ec6350c1de06c1dbe43a416611d3451 Add `--traceback` option to CLI for showing whole traceback on a crash.
Bugfixes
* 2476e3ccf8f41e3fbd64dce16164039e2ce19f88 Fix pylint plugin return strings instead of HoookResults
* 2476e3ccf8f41e3fbd64dce16164039e2ce19f88 Fix hook output formatter comparing statuses to strings instead of `repomate_plug.Status` enum.