From aa355d7c963633fdd47d689ef215aa004d480640 Mon Sep 17 00:00:00 2001 From: samypr100 <3933065+samypr100@users.noreply.github.com> Date: Wed, 21 Jun 2023 16:02:33 +0000 Subject: [PATCH] Correct the link for Ruff badge (#182) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f1e99e..9079919 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [poetry-badge]: https://img.shields.io/badge/packaging-poetry-cyan.svg [nox-badge]: https://img.shields.io/badge/%F0%9F%A6%8A-Nox-D85E00.svg [black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg -[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json +[ruff-badge]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json [mypy-badge]: https://www.mypy-lang.org/static/mypy_badge.svg Example Python project that demonstrates how to create a Python package using the latest