Add black code style back
[cached-property.git] / README.rst
index 27bb40aa5c35ec05ba42bc5c15f55ac543b29ee8..badb005fbc9f8ff31775a5e43e44c906df66de08 100644 (file)
@@ -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.