Skip to content

Commit 255743d

Browse files
authored
Merge pull request #16 from sourcery-ai/ben/ci/tooling
docs: add some additional badges
2 parents d14d9eb + ce9f7b9 commit 255743d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Sourcery Analytics
22

3-
![PyPI](https://img.shields.io/pypi/v/sourcery-analytics)
3+
<a href="https://pypi.org/project/sourcery-analytics/">![PyPI](https://img.shields.io/pypi/v/sourcery-analytics)</a>
4+
![build, test, and publish docs](https://github.com/sourcery-ai/sourcery-analytics/actions/workflows/on_push_main.yml/badge.svg)
5+
<a href="https://github.com/psf/black">![code style](https://img.shields.io/badge/code%20style-black-000000.svg)</a>
6+
<a href="https://sourcery-analytics.sourcery.ai/">![docs](https://img.shields.io/badge/docs-github.io-green.svg)</a>
7+
8+
---
49

510
`sourcery-analytics` is a command line tool and library for statically analyzing Python code quality.
611

0 commit comments

Comments
 (0)