jumanjihouse / pre-commit-hooks

git pre-commit hooks that work with http://pre-commit.com/
MIT License
114 stars 52 forks source link

fix shellcheck hook for pre-commit 2.10 #80

Closed matmunn closed 3 years ago

matmunn commented 3 years ago

pre-commit 2.10 introduces stricter checks for hooks that don't use an environment - see https://github.com/pre-commit/pre-commit/pull/1771

innerout commented 3 years ago

This PR closes issue #82. Also #81 is a duplicate of this PR.

jumanjiman commented 3 years ago

Thank you!

I'm closing this as superseded by https://github.com/jumanjihouse/pre-commit-hooks/pull/81 which was slightly more complete.