From b9209c4f57de97d69ddd831f379ccaa910751e18 Mon Sep 17 00:00:00 2001 From: Reinout van Rees Date: Mon, 11 Mar 2024 10:25:02 +0100 Subject: [PATCH] Added pre-commit badge as test --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 7f9e8d3..68e1abb 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ Tools and scripts directory =========================== +.. image:: https://results.pre-commit.ci/badge/github/reinout/tools/master.svg + :target: https://results.pre-commit.ci/latest/github/reinout/tools/master + :alt: pre-commit.ci status + I (`Reinout van Rees `_) use quite a number of shell scripts, small custom Python utilities, other Python programs and so on. In this project, I collect most of them.