Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Commit

Permalink
doc: fix readme badges
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Whitlock <[email protected]>
  • Loading branch information
jshwi committed May 16, 2024
1 parent 41e5ef1 commit 9904fb2
Showing 1 changed file with 20 additions and 18 deletions.
38 changes: 20 additions & 18 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,48 +1,50 @@
object-colors
=============
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
|License| |PyPI| |CI| |CodeQL| |pre-commit.ci status| |codecov.io| |readthedocs.org| |python3.8| |Black| |isort| |docformatter| |pylint| |Security Status| |Known Vulnerabilities| |object-colors|

.. |License| image:: https://img.shields.io/badge/License-MIT-yellow.svg
:target: https://opensource.org/licenses/MIT
:alt: License
.. image:: https://img.shields.io/pypi/v/object-colors
.. |PyPI| image:: https://img.shields.io/pypi/v/object-colors
:target: https://pypi.org/project/object-colors/
:alt: PyPI
.. image:: https://github.com/jshwi/object-colors/actions/workflows/build.yaml/badge.svg
:target: https://github.com/jshwi/object-colors/actions/workflows/build.yaml
.. |CI| image:: https://github.com/jshwi/object-colors/actions/workflows/ci.yml/badge.svg
:target: https://github.com/jshwi/object-colors/actions/workflows/ci.yml
:alt: CI
.. image:: https://github.com/jshwi/object-colors/actions/workflows/codeql-analysis.yml/badge.svg
.. |CodeQL| image:: https://github.com/jshwi/object-colors/actions/workflows/codeql-analysis.yml/badge.svg
:target: https://github.com/jshwi/object-colors/actions/workflows/codeql-analysis.yml
:alt: CodeQL
.. image:: https://results.pre-commit.ci/badge/github/jshwi/object-colors/master.svg
:target: https://results.pre-commit.ci/latest/github/jshwi/object-colors/master
:alt: pre-commit.ci status
.. image:: https://codecov.io/gh/jshwi/object-colors/branch/master/graph/badge.svg
.. |pre-commit.ci status| image:: https://results.pre-commit.ci/badge/github/jshwi/object-colors/master.svg
:target: https://results.pre-commit.ci/latest/github/jshwi/object-colors/master
:alt: pre-commit.ci status
.. |codecov.io| image:: https://codecov.io/gh/jshwi/object-colors/branch/master/graph/badge.svg
:target: https://codecov.io/gh/jshwi/object-colors
:alt: codecov.io
.. image:: https://readthedocs.org/projects/object-colors/badge/?version=latest
.. |readthedocs.org| image:: https://readthedocs.org/projects/object-colors/badge/?version=latest
:target: https://object-colors.readthedocs.io/en/latest/?badge=latest
:alt: readthedocs.org
.. image:: https://img.shields.io/badge/python-3.8-blue.svg
.. |python3.8| image:: https://img.shields.io/badge/python-3.8-blue.svg
:target: https://www.python.org/downloads/release/python-380
:alt: python3.8
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Black
.. image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
.. |isort| image:: https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336
:target: https://pycqa.github.io/isort/
:alt: isort
.. image:: https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg
.. |docformatter| image:: https://img.shields.io/badge/%20formatter-docformatter-fedcba.svg
:target: https://github.com/PyCQA/docformatter
:alt: docformatter
.. image:: https://img.shields.io/badge/linting-pylint-yellowgreen
.. |pylint| image:: https://img.shields.io/badge/linting-pylint-yellowgreen
:target: https://github.com/PyCQA/pylint
:alt: pylint
.. image:: https://img.shields.io/badge/security-bandit-yellow.svg
.. |Security Status| image:: https://img.shields.io/badge/security-bandit-yellow.svg
:target: https://github.com/PyCQA/bandit
:alt: Security Status
.. image:: https://snyk.io/test/github/jshwi/object-colors/badge.svg
.. |Known Vulnerabilities| image:: https://snyk.io/test/github/jshwi/object-colors/badge.svg
:target: https://snyk.io/test/github/jshwi/object-colors/badge.svg
:alt: Known Vulnerabilities
.. image:: https://snyk.io/advisor/python/object-colors/badge.svg
.. |object-colors| image:: https://snyk.io/advisor/python/docsig/badge.svg
:target: https://snyk.io/advisor/python/object-colors
:alt: object-colors

Expand Down

0 comments on commit 9904fb2

Please sign in to comment.