Skip to main content

Set of Git hooks for pep8, pyflakes, jslint and trac integration

Project description

githooks is a simple module that adds several python related useful hooks to use with Git hooks system.

It’s still alpha software!

It uses the hghooks module as backend. It implements part of the Mercurial API for hooks, and calls hghooks for the heavy lifting. It supports what hghooks module supports, currently:

  • pep8 checking of python files

  • pyflakes checking of python files

  • Checking for forgotten pdb statements in python files

  • JSLint checking of JavaScript and HTML files

  • Trac integration. This includes:

    • Making sure at least a ticket is mentioned in the changeset message

    • Updating the Trac ticket with the changeset

PyPi package:

http://pypi.python.org/pypi/githooks

hghooks

hghooks is being developed by Lorenzo Gil Sanchez. It’s released under a LGPLv3, and it’s hosted on:

https://bitbucket.org/lgs/hghooks

Extra dependencies

It uses pyjslint, who requires nodejs. You can find more details on this in http://pypi.python.org/pypi/pyjslint/

Documentation

How to use

Soon :P

Configuration

Githooks has serveral options. It uses git config as configuration backend.

All githooks options has “githooks” as family, so a git configuration file looks like similar to this:

[user]
        name = John Doe
        email = johndoe@example.com
[githooks "pep8"]
        ignore = E501
[githooks "trac"]
        hook-active = False

How to read:

$ git config --global githooks.pep8.ignore
E501
$

How to set:

$ git config --global githooks.pep8.ignore E501

You can find more details about git configuration on the git help:

$ git config --help

In git configuration there are several contexts. Githooks uses two of them.

Global

Global context is user level. This configuration is common for all the repositories of the user.

  • pep8.ignore

    • pep8 error list to ignore

    • defaults to None

Local

Local context is repository level. This configuration only affects one repository.

  • trac.hook-active

    • activate trac integration hook

    • defaults to False

  • trac.repo-name

  • trac.changeset-style

  • trac.msg-template

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

githooks-0.5.tar.gz (19.1 kB view details)

Uploaded Source

File details

Details for the file githooks-0.5.tar.gz.

File metadata

  • Download URL: githooks-0.5.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for githooks-0.5.tar.gz
Algorithm Hash digest
SHA256 84cdaa04c9656f2ccd2f63f4c32a6c7c76cce0897d372837f8894d226ff1ef94
MD5 8bb48b687ec4711315d8698f83704fa0
BLAKE2b-256 27cdacc424eb76a951ba01195e510222b3baa8c3c959c01270d8d10dd9623f9a

See more details on using hashes here.

Supported by

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