From f7301d0563c062e59626a855c583bd7817835d11 Mon Sep 17 00:00:00 2001 From: GRBurst Date: Mon, 17 Jul 2023 22:38:47 +0200 Subject: [PATCH] docs: some badges Signed-off-by: GRBurst --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d1d5d74..53a91e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Slack Python Logging +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/) +[![Linting: Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) Slack logger implementing the python logging interface to be used with the standard logging tools in python.