summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 30db960..50627f3 100644
--- a/README.rst
+++ b/README.rst
@@ -20,6 +20,10 @@ jsonschema
:alt: ReadTheDocs status
:target: https://python-jsonschema.readthedocs.io/en/stable/
+.. |Pre Commit| image:: https://results.pre-commit.ci/badge/github/Julian/jsonschema/main.svg
+ :alt: pre-commit.ci status
+ :target: https://results.pre-commit.ci/latest/github/Julian/jsonschema/main
+
``jsonschema`` is an implementation of `JSON Schema
<https://json-schema.org>`_ for Python.