From 0e301946a1647353e3ed40d1510ce5c204999696 Mon Sep 17 00:00:00 2001 From: Cooper Ry Lees Date: Wed, 23 Mar 2022 06:58:59 -0700 Subject: [PATCH] Add Pre-Commit Badge --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 3162a0e..bfbcbd5 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,10 @@ flake8-bugbear .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black +.. image:: https://results.pre-commit.ci/badge/github/PyCQA/flake8-bugbear/main.svg + :target: https://results.pre-commit.ci/latest/github/PyCQA/flake8-bugbear/main + :alt: pre-commit.ci status + A plugin for ``flake8`` finding likely bugs and design problems in your program. Contains warnings that don't belong in ``pyflakes`` and ``pycodestyle``::