# shellcheck-py-mirror **Repository Path**: donghufeng/shellcheck-py-mirror ## Basic Information - **Project Name**: shellcheck-py-mirror - **Description**: 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. - **Primary Language**: Python - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-23 - **Last Updated**: 2022-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://dev.azure.com/shellcheck-py/shellcheck-py/_apis/build/status/shellcheck-py.shellcheck-py?branchName=main)](https://dev.azure.com/shellcheck-py/shellcheck-py/_build/latest?definitionId=1&branchName=main) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/shellcheck-py/shellcheck-py/main.svg)](https://results.pre-commit.ci/latest/github/shellcheck-py/shellcheck-py/main) # 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 ```bash 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`: ```yaml - repo: https://github.com/shellcheck-py/shellcheck-py rev: v0.8.0.4 hooks: - id: shellcheck ``` [shellcheck]: https://shellcheck.net [pre-commit]: https://pre-commit.com