From eb3e8b6ba7674b1582a86c2d490532faf2694e08 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 29 Apr 2020 08:37:57 -0700 Subject: [PATCH] Added badge for Black to readme --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 07266d7..5e806ad 100755 --- a/README.rst +++ b/README.rst @@ -13,6 +13,10 @@ Introduction :target: https://travis-ci.com/adafruit/Adafruit_Blinka :alt: Build Status +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/psf/black + :alt: Code Style: Black + This repository contains a selection of packages mirroring the CircuitPython API on hosts running micropython. Working code exists to emulate the CircuitPython packages; -- 2.49.0