From e96092291d5f53efca0e0b9c535ecc5f0d023713 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Fri, 12 May 2023 13:42:33 -0400 Subject: [PATCH] Update Ruff badge (#4392) --- README.md | 2 +- assets/badge/v2.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 assets/badge/v2.json diff --git a/README.md b/README.md index e1853001fb..0c0d259332 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # Ruff -[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v1.json)](https://github.com/charliermarsh/ruff) +[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json)](https://github.com/charliermarsh/ruff) [![image](https://img.shields.io/pypi/v/ruff.svg)](https://pypi.python.org/pypi/ruff) [![image](https://img.shields.io/pypi/l/ruff.svg)](https://pypi.python.org/pypi/ruff) [![image](https://img.shields.io/pypi/pyversions/ruff.svg)](https://pypi.python.org/pypi/ruff) diff --git a/assets/badge/v2.json b/assets/badge/v2.json new file mode 100644 index 0000000000..9379c34798 --- /dev/null +++ b/assets/badge/v2.json @@ -0,0 +1,8 @@ +{ + "label": "", + "message": "Ruff", + "logoSvg": "", + "logoWidth": 10, + "labelColor": "grey", + "color": "#261230" +}