From 77670ae89e8b8a2abe019b2dff11c85131e2011d Mon Sep 17 00:00:00 2001 From: jakkdl Date: Wed, 21 Feb 2024 16:40:31 +0100 Subject: [PATCH] add pyright badge :D --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9385c49..5bc4a96 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/python-trio/flake8-trio/main.svg)](https://results.pre-commit.ci/latest/github/python-trio/flake8-trio/main) +[![Checked with pyright](https://microsoft.github.io/pyright/img/pyright_badge.svg)](https://microsoft.github.io/pyright/) # flake8-trio A highly opinionated flake8 plugin for [Trio](https://github.com/python-trio/trio)-related problems.