From b3dfda83988dff0df6a39e4a17d078f64a86a525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Germond?= Date: Sun, 27 Apr 2025 18:53:23 +0200 Subject: [PATCH] add some badges ;) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d0777e..844a552 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ContractMe ![coverage](https://gitlab.com/leogermond/contractme/badges/main/coverage.svg?job=tests) +[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](ttps://github.com/psf/black) A lightweight and adaptable framework for design-by-contract in python -- GitLab