Skip to main content

Install make based git hooks with ease.

Project description

Use make targets to execute git hooks. Inspired by husky.

Rationale

I liked the simplicity of setting up git hooks using husky, and since I failed to find a similar tool in python ecosystem, I decided to write one myself.

As far as I know, there is no standard equivalent to npm scripts in python, so I chose to rely on make which seems to be a popular way to organise project-related tasks in the python world.

Installation

Whippet is available as a PyPI package. Use a tool that can install packages from it, like for instance pip.

$ pip install whippet

Usage

Install hooks

Once whippet is installed, it is used by invoking whippet executable in the directory where you wish to install hooks. Whippet checks if that directory (or its ancestor) contains a .git directory and offers to install hooks into it.

$ cd demo
$ whippet
whippet - Are you sure you want to install hooks in /home/bpp/demo/.git? [Y/n] y

Setup target

Whippet hooks are scripts that check for the existence of make targets with the same name as git hooks. If such a target exists, the script executes it. Let’s take pre-commit as an example. Once whippet hooks are installed, we simply add pre-commit target to the Makefile like so:

pre-commit:
    @echo "Whippet says: Woof!"

Then the target will be executed on pre-commit:

$ git commit -m 'Testing whippet'
pre-commit
Whippet says: Woof!
[master d654d33] Bar
1 file changed, 12 insertions(+)
create mode 100644 Makefile
$

Non-interactive

To avoid the prompt pass the --assume-yes argument to whippet. This can be useful when adding whippet to initialisation target in Makefile. Example:

init:
    poetry install
    whippet --assume-yes

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

whippet-0.3.0.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

whippet-0.3.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file whippet-0.3.0.tar.gz.

File metadata

  • Download URL: whippet-0.3.0.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/4.15.0-60-generic

File hashes

Hashes for whippet-0.3.0.tar.gz
Algorithm Hash digest
SHA256 08479f37470e8f34fd3e3cb93e875e384309d4a994d2b27a10c0daf68efac397
MD5 cad2c03603fd2f5aafdb3de07ddbab89
BLAKE2b-256 c0b72c676f045cbfd8d6488dbe4d4e2fc978513b43c513eac354f0b1d0cdeb3d

See more details on using hashes here.

File details

Details for the file whippet-0.3.0-py3-none-any.whl.

File metadata

  • Download URL: whippet-0.3.0-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.17 CPython/3.6.8 Linux/4.15.0-60-generic

File hashes

Hashes for whippet-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a940d5ca58e40fa2e1ce765a8efae7865eb2cb279b62f3645d650a0851408179
MD5 25339acc3280e17624bf868bf37f3756
BLAKE2b-256 724c29350c8e533b53135686384a5634f107582a2456320beb94c236c3cdba26

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page