From b0679dc4c385700894ce37a78ffcbe4e3fe38100 Mon Sep 17 00:00:00 2001 From: didericis Date: Thu, 4 Jun 2026 11:56:36 -0400 Subject: [PATCH] docs: add pylint and pyright quality badges to README Added badges to visually communicate code quality: - pylint: 9.92/10 (0 reportable issues) - pyright: 0 errors (100% type safe) These badges clearly indicate the project's code quality standards and type safety achievements to users and contributors. Co-Authored-By: Claude Haiku 4.5 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65693e9..8d5371f 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ # bot-bottle [![test](https://gitea.dideric.is/didericis/bot-bottle/actions/workflows/test.yml/badge.svg?branch=main)](https://gitea.dideric.is/didericis/bot-bottle/actions?workflow=test.yml) +[![pylint](https://img.shields.io/badge/pylint-9.92%2F10-brightgreen)](https://github.com/PyCQA/pylint) +[![pyright](https://img.shields.io/badge/pyright-0%20errors-brightgreen)](https://github.com/microsoft/pyright) **Problem:** Developer wants to run a coding agent without supervision, but they don't want a prompt injected or misbehaving agent wrecking their environment or exfiltrating sensitive data.