projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4219ad
)
Add black code style back
author
Daniel Roy Greenfeld
<pydanny@gmail.com>
Sun, 8 Apr 2018 22:25:01 +0000
(17:25 -0500)
committer
Daniel Roy Greenfeld
<pydanny@gmail.com>
Sun, 8 Apr 2018 22:25:01 +0000
(17:25 -0500)
README.rst
patch
|
blob
|
history
diff --git
a/README.rst
b/README.rst
index 27bb40aa5c35ec05ba42bc5c15f55ac543b29ee8..badb005fbc9f8ff31775a5e43e44c906df66de08 100644
(file)
--- 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.