Skip to content

Commit

Permalink
Add pre-commit badge to README
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jan 24, 2024
1 parent bd30b65 commit b332749
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit b332749

Please sign in to comment.