We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5075364 commit f4996b1Copy full SHA for f4996b1
discovery.py
@@ -356,6 +356,15 @@ def render_badges(type):
356
target=f'{URL}/actions?query=workflow%3A%22tests%22',
357
)
358
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
+
368
system = urllib.parse.quote('coherent system')
369
yield rb(
370
image=f'https://img.shields.io/badge/{system}-informational',
0 commit comments