Python wrapper around invoking shellcheck (https://www.shellcheck.net/)
Project Links
Meta
Author: Ryan Rhee
Requires Python: >=3.9
Classifiers
Programming Language
- Python :: 3
- Python :: 3 :: Only
- Python :: Implementation :: CPython
- Python :: Implementation :: PyPy
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
0.11.0.1
Aug 09, 2025
0.10.0.1
Mar 17, 2024
0.9.0.6
Sep 28, 2023
0.9.0.5
Jun 02, 2023
0.9.0.4
Jun 01, 2023
0.9.0.3
Jun 01, 2023
0.9.0.2
Dec 17, 2022
0.8.0.4
Feb 04, 2022
0.8.0.3
Dec 24, 2021
0.8.0.2
Dec 18, 2021
0.8.0.1
Nov 10, 2021
0.7.2.1
Apr 19, 2021
0.7.1.1
Apr 08, 2020
0.7.0.1
Nov 04, 2019
Wheel compatibility matrix
| Platform | Python 2 | Python 3 |
|---|---|---|
| macosx_10_9_x86_64 | ||
| macosx_11_0_arm64 | ||
| manylinux1_x86_64 | ||
| manylinux2014_x86_64 | ||
| manylinux_2_17_x86_64 | ||
| manylinux_2_5_x86_64 | ||
| win_amd64 |
Files in release
shellcheck_py-0.11.0.1-py2.py3-none-macosx_10_9_x86_64.whl (6.5MiB)
shellcheck_py-0.11.0.1-py2.py3-none-macosx_11_0_arm64.whl (10.9MiB)
shellcheck_py-0.11.0.1-py2.py3-none-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl (3.6MiB)
shellcheck_py-0.11.0.1-py2.py3-none-win_amd64.whl (7.7MiB)
shellcheck_py-0.11.0.1.tar.gz (3.1KiB)
No dependencies