From 7d13a3c82d413dbc76e6d8b71a6a94ee5e1c28f8 Mon Sep 17 00:00:00 2001 From: Daniel Roy Greenfeld Date: Sun, 8 Apr 2018 17:25:01 -0500 Subject: [PATCH] Add black code style back --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 27bb40a..badb005 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,10 @@ cached-property .. image:: https://img.shields.io/travis/pydanny/cached-property/master.svg :target: https://travis-ci.org/pydanny/cached-property + +.. image:: https://img.shields.io/badge/code%20style-black-000000.svg + :target: https://github.com/ambv/black + :alt: Code style: black A decorator for caching properties in classes. -- 2.30.2