This package provides a pip-installable shellcheck binary (mostly for pre-commit purposes). It uses a custom build-backend, pre-commit-download, so downloading the executable is done during the wheel build process.
Inspired by shellcheck-py.
pip install git+https://github.com/pkolomytsev/pre-commit-shellcheck.git@v0.10.0.1As a regular executable from your environment:
shellcheck -VAs a pre-commit hook:
repos:
- repo: https://github.com/pkolomytsev/pre-commit-shellcheck
rev: v0.10.0.1
hooks:
- id: shellcheck