From b33274952d0afffc0d5e02b1e7a66a4d9f71981b Mon Sep 17 00:00:00 2001 From: shouzy <82171453+realshouzy@users.noreply.github.com> Date: Wed, 24 Jan 2024 22:42:58 +0100 Subject: [PATCH] Add pre-commit badge to README --- README.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index e1113811..7561b770 100644 --- a/README.rst +++ b/README.rst @@ -1,12 +1,10 @@ -.. image:: https://travis-ci.org/jgonggrijp/pip-review.svg?branch=master - :alt: Build status - :target: https://secure.travis-ci.org/jgonggrijp/pip-review +.. image:: https://results.pre-commit.ci/badge/github/realshouzy/pip-review/main.svg + :target: https://results.pre-commit.ci/latest/github/realshouzy/pip-review/main + :alt: pre-commit.ci status pip-review ========== -*Looking for a new maintainer! See https://github.com/jgonggrijp/pip-review/issues/76.* - ``pip-review`` is a convenience wrapper around ``pip``. It can list available updates by deferring to ``pip list --outdated``. It can also automatically or interactively install available updates for you by deferring to ``pip install``. Example, report-only: