Anthony Sottile 1a47171bb7 Merge pull request #149 from shellcheck-py/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2025-08-13 10:22:14 -04:00
2022-03-13 19:56:48 -04:00
2019-11-04 17:13:34 -05:00
2025-08-09 13:05:50 -04:00
2025-08-05 07:57:24 -07:00
2023-07-01 15:43:35 -04:00

build status pre-commit.ci status

shellcheck-py

A python wrapper to provide a pip-installable shellcheck binary.

Internally this package provides a convenient way to download the pre-built shellcheck binary for your particular platform.

installation

pip install shellcheck-py

usage

After installation, the shellcheck binary should be available in your environment (or shellcheck.exe on windows).

As a pre-commit hook

See pre-commit for instructions

Sample .pre-commit-config.yaml:

-   repo: https://github.com/shellcheck-py/shellcheck-py
    rev: v0.11.0.1
    hooks:
    -   id: shellcheck
Description
python3/pip3 wrapper for installing shellcheck
Readme MIT 303 KiB
Languages
Python 100%