From 1f24e444987e41cfdca1d51ffd481bd349be7e0a Mon Sep 17 00:00:00 2001 From: Evan Doyle Date: Thu, 8 Feb 2024 15:10:02 -0800 Subject: [PATCH] Add pyright badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 50275880..9d984055 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![image](https://img.shields.io/pypi/l/modguard.svg)](https://pypi.python.org/pypi/modguard) [![image](https://img.shields.io/pypi/pyversions/modguard.svg)](https://pypi.python.org/pypi/modguard) [![image](https://github.com/Never-Over/modguard/actions/workflows/ci.yml/badge.svg)](https://github.com/Never-Over/modguard/actions/workflows/ci.yml) +[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) # modguard A Python tool to support and enforce a modular package architecture within a monorepo.