From c669342848acd9355f700385e4ee04cc010e2018 Mon Sep 17 00:00:00 2001
From: Dorian Turba <froggit.commit.z3jqj@simplelogin.com>
Date: Wed, 30 Aug 2023 11:44:40 +0200
Subject: [PATCH] update mypy README.md

---
 templates/python/code_quality/mypy/README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/templates/python/code_quality/mypy/README.md b/templates/python/code_quality/mypy/README.md
index 38cd45e..27079af 100644
--- a/templates/python/code_quality/mypy/README.md
+++ b/templates/python/code_quality/mypy/README.md
@@ -31,7 +31,5 @@ about [mypy configuration](https://mypy.readthedocs.io/en/stable/config_file.htm
 To display the use of mypy in your project, you can add the following badge to your README.md:
 
 ```markdown
-<a href="https://mypy.readthedocs.io/">
-    <img alt="Type Checked: mypy" src="https://img.shields.io/badge/mypy-checks-blue">
-</a>
+[![Checked with mypy](https://img.shields.io/badge/mypy-checked-blue)](https://mypy.readthedocs.io/)
 ```
-- 
GitLab