Skip to content

Commit f4996b1

Browse files
committed
Add Ruff badge.
Ref coherent-oss/coherent-test#14
1 parent 5075364 commit f4996b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

discovery.py

+9
Original file line numberDiff line numberDiff line change
@@ -356,6 +356,15 @@ def render_badges(type):
356356
target=f'{URL}/actions?query=workflow%3A%22tests%22',
357357
)
358358

359+
yield rb(
360+
image=(
361+
'https://img.shields.io/endpoint?'
362+
'url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json'
363+
),
364+
target='https://github.com/astral-sh/ruff',
365+
alt_text='Ruff',
366+
)
367+
359368
system = urllib.parse.quote('coherent system')
360369
yield rb(
361370
image=f'https://img.shields.io/badge/{system}-informational',

0 commit comments

Comments
 (0)