Python wrapper around invoking shfmt (https://github.com/mvdan/sh)
Project description
shfmt-py
A python wrapper to provide a pip-installable shfmt binary.
Internally this package provides a convenient way to download the pre-built shellcheck binary for your particular platform.
This package is totally cloned from shellcheck-py and modified to provide shfmt
instead.
installation
pip install shfmt-py
usage
After installation, the shfmt
binary should be available in your
environment (or shfmt.exe
on windows).
As a pre-commit hook
See pre-commit for instructions
Sample .pre-commit-config.yaml
:
- repo: https://github.com/maxwinterstein/shfmt-py
rev: v3.3.1.5
hooks:
- id: shfmt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
shfmt_py-3.3.1.5.tar.gz
(3.9 kB
view hashes)