From 13848fbcd62c7b73b9ecc6a5a8753566af045541 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 16 Sep 2021 20:33:42 +0300 Subject: [PATCH] Note on deprecation and alternative. --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a9aaa7d..691256b 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,14 @@ Python pre-commit hooks ####################### +**This project has been discontinued and has been replaced by** `pre-commit-hooks +<https://git.shore.co.il/nimrod/pre-commit-hooks>`_ + .. 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 -Ansible `pre-commit <http://pre-commit.com/>`_ hooks. +Python `pre-commit <http://pre-commit.com/>`_ hooks. - :code:`piprot`: Checks your requirements files for out of date packages. -- GitLab