From 7c7691093e187e7299e1c46c949f379b328a95bb Mon Sep 17 00:00:00 2001 From: Martin Domke Date: Tue, 16 May 2023 16:39:48 +0200 Subject: [PATCH] chore: Use flat-square style for badges --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5f8d34b..f186a4e 100644 --- a/README.rst +++ b/README.rst @@ -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