aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorThomas Kemmer <tkemmer@computer.org>2021-04-27 07:12:43 +0200
committerThomas Kemmer <tkemmer@computer.org>2021-04-27 11:15:44 +0200
commit187b13a6da3e04511f3ed0c59889597edaec7f04 (patch)
tree65c5cfcce8a7b8d5f426b6226e21f5766f03cb23 /README.rst
parent1311be69d9e68199cc800123f7bc5c610dd720d6 (diff)
downloadcachetools-187b13a6da3e04511f3ed0c59889597edaec7f04.tar.gz
Format code with black.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 732e26f..5370b34 100644
--- a/README.rst
+++ b/README.rst
@@ -25,6 +25,10 @@ cachetools
:target: https://raw.github.com/tkem/cachetools/master/LICENSE
:alt: License
+.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
+ :target: https://github.com/psf/black
+ :alt: Code style: black
+
This module provides various memoizing collections and decorators,
including variants of the Python Standard Library's `@lru_cache`_
function decorator.