From: Daniel Roy Greenfeld Date: Sun, 8 Apr 2018 22:25:01 +0000 (-0500) Subject: Add black code style back X-Git-Tag: 1.4.2~5 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7d13a3c82d413dbc76e6d8b71a6a94ee5e1c28f8;p=cached-property.git Add black code style back --- 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.