github TekWizely/pre-commit-golang v0.8.0
'--' Now Optional In Hook Args : v0.8.0

latest releases: v1.0.0-rc.1, v1.0.0-beta.5, v1.0.0-beta.4...
4 years ago

Release v0.8.0

A trailing '--' is now (mostly) optional when passing options into hooks.

if your options contain a reference to an existing file, then you will need to use a trailing '--' argument to separate the hook options from the modified-file list that Pre-Commit passes into the hook.

Note: For repo-based hooks, '--' is not needed.

Don't miss a new pre-commit-golang release

NewReleases is sending notifications on new releases.