From 23d47afb4201c2a756272debd25b6d2b0959f24a Mon Sep 17 00:00:00 2001 From: Vytautas Strimaitis Date: Mon, 12 Sep 2022 19:07:05 +0300 Subject: [PATCH] Fix badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9cacc2..ab74b13 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Poetry pre-commit Plugin -![PyPI](https://img.shields.io/pypi/v/poetry-pre-commit-plugin?color=blue) +[![PyPI](https://img.shields.io/pypi/v/poetry-pre-commit-plugin?color=blue)](https://pypi.org/project/poetry-pre-commit-plugin/) A [Poetry](https://python-poetry.org/) plugin for automatically installing git pre-commit hooks whenever `pre-commit` is specified as a dependency of the