Skip to content
README.rst 1.1 KiB
Newer Older
Python pre-commit hooks
#######################
nimrod's avatar
nimrod committed

**This project has been discontinued and has been replaced by** `pre-commit-hooks
<https://git.shore.co.il/nimrod/pre-commit-hooks>`_

nimrod's avatar
nimrod committed
.. image:: https://git.shore.co.il/nimrod/python-pre-commit/badges/master/pipeline.svg
    :target: https://git.shore.co.il/nimrod/python-pre-commit/-/commits/master
    :alt: pipeline status
Python `pre-commit <http://pre-commit.com/>`_ hooks.
- :code:`piprot`: Checks your requirements files for out of date packages.
nimrod's avatar
nimrod committed

Installation
------------
nimrod's avatar
nimrod committed

Add the following to your :code:`.pre-commit-config.yaml`:

nimrod's avatar
nimrod committed
.. code:: yaml
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
    - repo: https://git.shore.co.il/nimrod/python-pre-commit.git
nimrod's avatar
nimrod committed
      rev: v0.2.0
nimrod's avatar
nimrod committed
      hooks:
nimrod's avatar
nimrod committed
        - id: piprot
nimrod's avatar
nimrod committed

nimrod's avatar
nimrod committed
This software is licensed under the MIT license (see the :code:`LICENSE.txt`
file).

Author Information
------------------

Nimrod Adar, `contact me <nimrod@shore.co.il>`_ or visit my `website
<https://www.shore.co.il/>`_. Patches are welcome via `git send-email
<http://git-scm.com/book/en/v2/Git-Commands-Email>`_. The repository is located
nimrod's avatar
nimrod committed
at: https://git.shore.co.il/explore.