Skip to content

Commit b8a5157

Browse files
committed
chore: update badge URLs for ruff and uv in README and template
1 parent 183ee9c commit b8a5157

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">
88
<a href="https://github.com/astral-sh/ruff">
9-
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="ruff">
9+
<img src="https://img.shields.io/badge/code%20style-ruff-black?style=flat-square&logo=ruff" alt="ruff">
1010
</a>
1111
<a href="https://github.com/astral-sh/uv">
12-
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
12+
<img src="https://img.shields.io/badge/package%20manager-uv-black?style=flat-square&logo=uv" alt="uv">
1313
</a>
1414
</div>
1515

readme_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
</a>
1313
<img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="python">
1414
<a href="https://github.com/astral-sh/ruff">
15-
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json" alt="ruff">
15+
<img src="https://img.shields.io/badge/code%20style-ruff-black?style=flat-square&logo=ruff" alt="ruff">
1616
</a>
1717
<a href="https://github.com/astral-sh/uv">
18-
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv">
18+
<img src="https://img.shields.io/badge/package%20manager-uv-black?style=flat-square&logo=uv" alt="uv">
1919
</a>
2020
<a href="https://results.pre-commit.ci/latest/github/{owner}/{plugin-name}/master">
2121
<img src="https://results.pre-commit.ci/badge/github/{owner}/{plugin-name}/master.svg" alt="pre-commit" />

0 commit comments

Comments
 (0)