Skip to content

Commit ffc8583

Browse files
authored
Merge pull request #57 from nesalia-inc/fix/add-functional-badges
fix: add functional badges to README
2 parents 3733b33 + d8dffb0 commit ffc8583

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![Python Version](https://img.shields.io/python/py-version/typemap)](https://pypi.org/project/typemap/)
55
[![Test Status](https://github.com/nesalia-inc/python-typemap/actions/workflows/test.yml/badge.svg)](https://github.com/nesalia-inc/python-typemap/actions)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7+
[![Ruff](https://img.shields.io/github/actions/workflow/status/nesalia-inc/python-typemap/ruff.yml?label=Ruff)](https://github.com/nesalia-inc/python-typemap/actions/workflows/ruff.yml)
8+
[![Code Quality](https://img.shields.io/github/actions/workflow/status/nesalia-inc/python-typemap/mypy.yml?label=Type%20Check)](https://github.com/nesalia-inc/python-typemap/actions/workflows/mypy.yml)
79

810
PEP 827 type manipulation library for Python 3.14+
911

0 commit comments

Comments
 (0)