Skip to content

Commit 5e920be

Browse files
committed
fun with badges
1 parent 8ed9f7e commit 5e920be

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
[![CI](https://github.com/jpstroop/fitbit-client-python/actions/workflows/ci.yml/badge.svg)](https://github.com/jpstroop/fitbit-client-python/actions/workflows/ci.yml)
44
[![codecov](https://codecov.io/gh/jpstroop/fitbit-client-python/graph/badge.svg?token=DM0JD8VKZ4)](https://codecov.io/gh/jpstroop/fitbit-client-python)
55

6-
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
6+
[![Tested with Pytest](https://img.shields.io/badge/Pytest-tested-0A9EDC?logo=pytest&logoColor=#0A9EDC)](https://docs.pytest.org/en/stable/)
7+
[![Type checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
78
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
89
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
910
[![Doc style: MDformat](https://img.shields.io/badge/doc_style-mdformat-1c55ff?style=flat)](https://mdformat.readthedocs.io/en/stable/)
1011

11-
[![PyPy 3.11](https://img.shields.io/badge/pypy-3.11-4bb2c5.svg)](https://doc.pypy.org/en/latest/release-v7.3.17.html)
12-
[![Python 3.11](https://img.shields.io/badge/python-3.11-1e405d.svg)](https://www.python.org/downloads/release/python-3110/)
13-
[![Python 3.12](https://img.shields.io/badge/python-3.12-1e405d.svg)](https://www.python.org/downloads/release/python-3120/)
14-
[![Python 3.13](https://img.shields.io/badge/python-3.13-1e405d.svg)](https://www.python.org/downloads/release/python-3130/)
12+
[![PyPy 3.11](https://img.shields.io/badge/pypy-3.11-4bb2c5?logo=pypy&logoColor=#4bb2c5)](https://doc.pypy.org/en/latest/release-v7.3.17.html)
13+
[![Python 3.11](https://img.shields.io/badge/python-3.11-1e405d?logo=python&logoColor=#3776AB)](https://www.python.org/downloads/release/python-3110/)
14+
[![Python 3.12](https://img.shields.io/badge/python-3.12-1e405d?logo=python&logoColor=#3776AB)](https://www.python.org/downloads/release/python-3120/)
15+
[![Python 3.13](https://img.shields.io/badge/python-3.13-1e405d?logo=python&logoColor=#3776AB)](https://www.python.org/downloads/release/python-3130/)
1516

1617
[![Linux](https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black)](#)
1718
[![macOS](https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=F0F0F0)](#)

0 commit comments

Comments
 (0)