Skip to content

Commit

Permalink
[DOP-13209] Add pre-commit.ci badge to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Feb 19, 2024
1 parent 4e8ba09 commit 543dd84
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,25 @@
What is Horizon HWM Store?
==========================

|Repo Status| |Build Status| |PyPI License| |PyPI Python Version| |Documentation| |Coverage|
|Repo Status| |PyPI| |PyPI License| |PyPI Python Version|
|Build Status| |Documentation| |Coverage| |pre-commit.ci|

.. |Repo Status| image:: https://www.repostatus.org/badges/latest/active.svg
:target: https://github.com/MobileTeleSystems/horizon-hwm-store
.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions
.. |PyPI| image:: https://img.shields.io/pypi/v/horizon-hwm-store
:target: https://pypi.org/project/horizon-hwm-store/
.. |PyPI License| image:: https://img.shields.io/pypi/l/horizon-hwm-store.svg
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/blob/develop/LICENSE.txt
.. |PyPI Python Version| image:: https://img.shields.io/pypi/pyversions/horizon-hwm-store.svg
:target: https://badge.fury.io/py/horizon-hwm-store
.. |Build Status| image:: https://github.com/MobileTeleSystems/horizon-hwm-store/workflows/Tests/badge.svg
:target: https://github.com/MobileTeleSystems/horizon-hwm-store/actions
.. |Documentation| image:: https://readthedocs.org/projects/horizon-hwm-store/badge/?version=stable
:target: https://horizon-hwm-store.readthedocs.io/
.. |Coverage| image:: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store/branch/develop/graph/badge.svg?token=RIO8URKNZJ
:target: https://codecov.io/gh/MobileTeleSystems/horizon-hwm-store
.. |pre-commit.ci| image:: https://results.pre-commit.ci/badge/github/MobileTeleSystems/horizon-hwm-store/develop.svg
:target: https://results.pre-commit.ci/latest/github/MobileTeleSystems/horizon-hwm-store/develop

``horizon-hwm-store`` is a Python library which implements `etl-entities' BaseHWMStore <https://etl-entities.readthedocs.io/en/stable/hwm_store/base_hwm_store.html>`_
interface for `Horizon <https://data-horizon.readthedocs.io/>`_.
Expand Down

0 comments on commit 543dd84

Please sign in to comment.