Skip to content

Commit

Permalink
chore: Use flat-square style for badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomke committed May 16, 2023
1 parent 3f6e9da commit 7c76910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. image:: https://img.shields.io/pypi/v/pytest-mongodb.svg
.. image:: https://img.shields.io/pypi/v/pytest-mongodb.svg?style=flat-square
:target: https://pypi.python.org/pypi/pytest-mongodb
.. image:: https://img.shields.io/github/actions/workflow/status/mdomke/pytest-mongodb/lint-and-test.yml?branch=main&style=flat-square
:target: https://github.com/mdomke/pytest-mongodb/actions?query=workflow%3Alint-and-test
.. image:: https://img.shields.io/pypi/l/pytest-mongodb.svg
.. image:: https://img.shields.io/pypi/l/pytest-mongodb.svg?style=flat-square
:target: https://pypi.python.org/pypi/pytest-mongodb
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square
:target: https://black.readthedocs.io/en/stable/index.html
Expand Down

0 comments on commit 7c76910

Please sign in to comment.