Skip to content

pkolomytsev/pre-commit-shellcheck

Repository files navigation

pre-commit-shellcheck

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.

Installation

pip install git+https://github.com/pkolomytsev/pre-commit-shellcheck.git@v0.10.0.1

Usage

As a regular executable from your environment:

shellcheck -V

As a pre-commit hook:

repos:
  - repo: https://github.com/pkolomytsev/pre-commit-shellcheck
    rev: v0.10.0.1
    hooks:
      - id: shellcheck

About

pip-installable shellcheck for pre-commit

Topics

Resources

License

Stars

Watchers

Forks

Contributors

Languages