From 1d17dc46633588032fd3dae4f04a8f451db2fa35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20G=C3=A9rard?= Date: Thu, 12 Nov 2020 17:44:13 +0100 Subject: [PATCH] Add black badge to readme to emphasize that repo is using autoformatter black as it is often forgotten in PR and makes CI failing --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index aca8edc0..7b15c4e3 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,9 @@ MongoEngine :target: https://landscape.io/github/MongoEngine/mongoengine/master :alt: Code Health +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black + About ===== MongoEngine is a Python Object-Document Mapper for working with MongoDB.