A python package that provides a pip-installable CircleCI CLI binary.
The mechanism by which the binary is downloaded is basically copied from shellcheck-py.
The package hasn't been published to PyPI yet, and may never be, as its primary purpose doesn't require it. However you can install it through git:
pip install git+git://github.com/AleksaC/[email protected]
This package was primarily built to provide a convenient way of running hadolint as a pre-commit hook, since pre-commit seems unable to install it as a golang hook.
Example .pre-commit-config.yaml
:
repos:
- repo: https://github.com/AleksaC/circleci-cli-py
rev: v0.1.30549
hooks:
- id: circle-ci-validator