The shellcheck hook breaks with the latest version of pre-commit (2.1.1)
[ERROR] The hook `shellcheck` specifies `additional_dependencies`
but is using language `script` which does not install an environment.
Ref:
https://github.com/jumanjihouse/pre-commit-hooks/pull/81
Change-Id: I19d8b26a7589d0bde7f1d3c6f768b738289ab937
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
- id: gitlint
- repo: https://github.com/jumanjihouse/pre-commit-hooks
- rev: 2.1.1
+ rev: 2.1.4
hooks:
- id: shellcheck
+ additional_dependencies: []